Black

#052E2B

Cyan

Color Codes

All color formats for development

HEX
#052E2B
RGB
rgb(5, 46, 43)
HSL
hsl(176, 80%, 10%)
OKLCH
oklch(0.273 0.044 187.7)
CMYK
cmyk(89%, 0%, 7%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.66: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#052927
2#042523
3#04201E
4#031C1A
5#031716
6#021211
7#020E0D
8#010909
9#010504

Tints

Lighter variations

1#0A5752
2#0E8179
3#13AAA0
4#17D3C7
5#30E8DC
6#5AEDE3
7#83F1EA
8#ACF6F1
9#D6FAF8

Tones

Muted variations

1#072C29
2#092A28
3#0B2826
4#0D2624
5#0F2422
6#112221
7#13201F
8#151E1D
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFA
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3ED
BordersInactive statesPlaceholder text
400
5EED
#5EEDE4
Disabled statesSecondary iconsMuted text
500
30E8
#30E8DC
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CABE
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A197
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D736C
Text on light backgroundsHeadingsStrong borders
900
0849
#084945
Primary textHigh emphasis contentDark headings
950
052E
#052E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDFD;
  --black-100: #DFFBFA;
  --black-200: #C3F8F5;
  --black-300: #95F3ED;
  --black-400: #5EEDE4;
  --black-500: #30E8DC;
  --black-600: #16CABE;
  --black-700: #12A197;
  --black-800: #0D736C;
  --black-900: #084945;
  --black-950: #052E2B;
}
Generate More ShadesCreate PaletteConvert Color