Colour reference
Caribbean Green
#06d6a0
- RGB
- rgb(6 214 160)
- HSL
- 164°, 95%, 43%
- OKLCh
- 77.7% 0.160 166.6
Caribbean Green in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #06d6a0 | |
|---|---|---|
| RGB | rgb(6 214 160) | |
| RGB legacy | rgb(6, 214, 160) | |
| RGB percent | rgb(2.35% 83.92% 62.75%) | |
| HSL | hsl(164.4 94.5% 43.1%) | |
| HSL legacy | hsl(164.4, 94.5%, 43.1%) | |
| HSV / HSB | hsv(164.4, 97.2%, 83.9%) | |
| HWB | hwb(164.4 2.4% 16.1%) | |
| Nearest name | mediumaquamarine (approx.) | |
| CMYK | cmyk(97.2%, 0%, 25.2%, 16.1%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(77.75% 0.15953 166.572)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(77.75% -0.15517 0.03705) | |
| CIE LCh | lch(76.301% 57.004 165.942) | |
| CIE Lab | lab(76.301% -55.296 13.847) | |
| Display P3 | color(display-p3 0.3824 0.8268 0.6412) | |
| Rec. 2020 | color(rec2020 0.4767 0.7888 0.6069) | |
| srgb-linear | color(srgb-linear 0.0018 0.6724 0.3515)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.3047 0.5067 0.4143) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(0.024, 0.839, 0.627)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(0.002, 0.672, 0.352)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(0.024, 0.839, 0.627, 1.0) | |
| GLSL vec4 — linear | vec4(0.002, 0.672, 0.352, 1.0) | |
| GLSL ivec3 | ivec3(6, 214, 160) | |
| HLSL float3 — sRGB | float3(0.024, 0.839, 0.627) | |
| HLSL float3 — linear | float3(0.002, 0.672, 0.352) | |
| HLSL float4 — sRGB | float4(0.024, 0.839, 0.627, 1.0) | |
| HLSL half4 — sRGB | half4(0.024, 0.839, 0.627, 1.0) | |
| WGSL vec3f — sRGB | vec3f(0.024, 0.839, 0.627) | |
| WGSL vec4f — sRGB | vec4f(0.024, 0.839, 0.627, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(0.002, 0.672, 0.352) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(0.024f, 0.839f, 0.627f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(6, 214, 160, 255) | |
| Unreal FLinearColor | FLinearColor(0.0018f, 0.6724f, 0.3515f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(6, 214, 160, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(0.024, 0.839, 0.627, 1) | |
| Flutter Color | Color(0xFF06D6A0)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(6, 214, 160) | |
| SwiftUI Color | Color(red: 0.024, green: 0.839, blue: 0.627) | |
| UIKit UIColor | UIColor(red: 0.024, green: 0.839, blue: 0.627, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0x06D6A0 | |
|---|---|---|
| 0x hex (ARGB) | 0xFF06D6A0 | |
| Array 0–1 | [0.024, 0.839, 0.627] | |
| Array 0–255 | [6, 214, 160] | |
| Decimal integer | 448160 |
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.
| Pairing | WCAG 2 ratio | Level | APCA | Suitable for |
|---|---|---|---|---|
| Caribbean Green on white | 1.89:1 | Fail | Lc 35 | Non-text elements only |
| Caribbean Green on black | 11.13:1 | AAA | Lc 67 | Headings and large text |
Caribbean Green text on a white background
Caribbean Green text on a black background
White text on Caribbean Green
Black text on Caribbean Green
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#ceffee
- 100#9effdd
- 200#79f9c9
- 300#51e3b1
- 400#00c794
- 500#00a876
- 600#008a60
- 700#006f4c
- 800#00593b
- 900#00462d
- 950#002917
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#5cdeaf
- Tint 2#85e5bf
- Tint 3#a7eccf
- Tint 4#c6f2df
- Tint 5#e3f9ef
- Shade 1#03a87d
- Shade 2#027b5b
- Shade 3#01523b
- Shade 4#002c1e
- Shade 5#000a05
Colours that work with Caribbean Green
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #fe89cb
- #b0a7ff
- #ff9356
- #84cd62
- #00d3d7
Closest CSS names
mediumaquamarineΔEok 0.050turquoiseΔEok 0.071mediumturquoiseΔEok 0.074darkturquoiseΔEok 0.080darkseagreenΔEok 0.094mediumseagreenΔEok 0.100