Colour reference

Charcoal Teal

#264653

RGB
rgb(38 70 83)
HSL
197°, 37%, 24%
OKLCh
37.5% 0.044 226.2

Open in the picker

Charcoal Teal in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#264653
RGBrgb(38 70 83)
RGB legacyrgb(38, 70, 83)
RGB percentrgb(14.9% 27.45% 32.55%)
HSLhsl(197.3 37.2% 23.7%)
HSL legacyhsl(197.3, 37.2%, 23.7%)
HSV / HSBhsv(197.3, 54.2%, 32.5%)
HWBhwb(197.3 14.9% 67.5%)
Nearest namedarkslategray (approx.)
CMYKcmyk(54.2%, 15.7%, 0%, 67.5%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(37.528% 0.04379 226.202)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(37.528% -0.03031 -0.03161)
CIE LChlch(27.699% 14.827 232.011)
CIE Lablab(27.699% -9.126 -11.686)
Display P3color(display-p3 0.1786 0.2714 0.32)
Rec. 2020color(rec2020 0.1472 0.2075 0.2597)
srgb-linearcolor(srgb-linear 0.0194 0.0612 0.0865)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.0455 0.0542 0.0899)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.149, 0.275, 0.325)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.019, 0.061, 0.087)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.149, 0.275, 0.325, 1.0)
GLSL vec4 — linearvec4(0.019, 0.061, 0.087, 1.0)
GLSL ivec3ivec3(38, 70, 83)
HLSL float3 — sRGBfloat3(0.149, 0.275, 0.325)
HLSL float3 — linearfloat3(0.019, 0.061, 0.087)
HLSL float4 — sRGBfloat4(0.149, 0.275, 0.325, 1.0)
HLSL half4 — sRGBhalf4(0.149, 0.275, 0.325, 1.0)
WGSL vec3f — sRGBvec3f(0.149, 0.275, 0.325)
WGSL vec4f — sRGBvec4f(0.149, 0.275, 0.325, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.019, 0.061, 0.087)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.149f, 0.275f, 0.325f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(38, 70, 83, 255)
Unreal FLinearColorFLinearColor(0.0194f, 0.0612f, 0.0865f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(38, 70, 83, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.149, 0.275, 0.325, 1)
Flutter ColorColor(0xFF264653)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(38, 70, 83)
SwiftUI ColorColor(red: 0.149, green: 0.275, blue: 0.325)
UIKit UIColorUIColor(red: 0.149, green: 0.275, blue: 0.325, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0x264653
0x hex (ARGB)0xFF264653
Array 0–1[0.149, 0.275, 0.325]
Array 0–255[38, 70, 83]
Decimal integer2508371

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Charcoal Teal on white10.08:1AAALc 93Body text at any size
Charcoal Teal on black2.08:1FailLc 9Not usable for text

Charcoal Teal text on a white background

Charcoal Teal text on a black background

White text on Charcoal Teal

Black text on Charcoal Teal

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#e1fdff
  • 100#d7f3ff
  • 200#c4e2ef
  • 300#acccda
  • 400#8eafbe
  • 500#6f91a0
  • 600#577785
  • 700#42606c
  • 800#314c57
  • 900#243c46
  • 950#0f222a

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#47626d
  • Tint 2#6a7f89
  • Tint 3#8d9ea5
  • Tint 4#b2bdc2
  • Tint 5#d8dee0
  • Shade 1#1b353f
  • Shade 2#11252c
  • Shade 3#08151b
  • Shade 4#02070b
  • Shade 5#000101

Colours that work with Charcoal Teal

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #553a2d
  • #523846
  • #444327
  • #224849
  • #324258

Closest CSS names

  • darkslategrayΔEok 0.035
  • darkslateblueΔEok 0.116
  • midnightblueΔEok 0.147
  • dimgrayΔEok 0.152
  • darkolivegreenΔEok 0.161
  • darkgreenΔEok 0.162