Black

#003327

Cyan

Color Codes

All color formats for development

HEX
#003327
RGB
rgb(0, 51, 39)
HSL
hsl(166, 100%, 10%)
OKLCH
oklch(0.286 0.056 171.8)
CMYK
cmyk(100%, 0%, 24%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.97:1

AA AAA

On Black Background

1.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#002E23
2#00291F
3#00241B
4#001F17
5#001A14
6#001410
7#000F0C
8#000A08
9#000504

Tints

Lighter variations

1#00614A
2#008F6D
3#00BD91
4#00EBB4
5#1AFFC9
6#47FFD4
7#75FFDF
8#A3FFEA
9#D1FFF4

Tones

Muted variations

1#033026
2#052E24
3#082B23
4#0A2922
5#0D2620
6#0F241F
7#12211E
8#141F1C
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF0
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE4
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD5
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFC9
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0AC
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B389
Active/pressed statesDark mode accentsSecondary text
800
0080
#008062
Text on light backgroundsHeadingsStrong borders
900
0052
#00523F
Primary textHigh emphasis contentDark headings
950
0033
#003327
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFFB;
  --black-100: #DBFFF7;
  --black-200: #BDFFF0;
  --black-300: #8AFFE4;
  --black-400: #4DFFD5;
  --black-500: #1AFFC9;
  --black-600: #00E0AC;
  --black-700: #00B389;
  --black-800: #008062;
  --black-900: #00523F;
  --black-950: #003327;
}
Generate More ShadesCreate PaletteConvert Color