Black

#052E2A

Cyan

Color Codes

All color formats for development

HEX
#052E2A
RGB
rgb(5, 46, 42)
HSL
hsl(174, 80%, 10%)
OKLCH
oklch(0.273 0.044 185.3)
CMYK
cmyk(89%, 0%, 9%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.68:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#052926
2#042521
3#04201D
4#031C19
5#031715
6#021211
7#020E0D
8#010908
9#010504

Tints

Lighter variations

1#0A574F
2#0E8175
3#13AA9B
4#17D3C0
5#30E8D6
6#5AEDDE
7#83F1E6
8#ACF6EE
9#D6FAF7

Tones

Muted variations

1#072C28
2#092A27
3#0B2825
4#0D2623
5#0F2422
6#112220
7#13201E
8#151E1D
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF9
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F3
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3EA
BordersInactive statesPlaceholder text
400
5EED
#5EEDDF
Disabled statesSecondary iconsMuted text
500
30E8
#30E8D6
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CAB8
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A192
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7369
Text on light backgroundsHeadingsStrong borders
900
0849
#084943
Primary textHigh emphasis contentDark headings
950
052E
#052E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDFC;
  --black-100: #DFFBF9;
  --black-200: #C3F8F3;
  --black-300: #95F3EA;
  --black-400: #5EEDDF;
  --black-500: #30E8D6;
  --black-600: #16CAB8;
  --black-700: #12A192;
  --black-800: #0D7369;
  --black-900: #084943;
  --black-950: #052E2A;
}
Generate More ShadesCreate PaletteConvert Color