Black

#003326

Cyan

Color Codes

All color formats for development

HEX
#003326
RGB
rgb(0, 51, 38)
HSL
hsl(165, 100%, 10%)
OKLCH
oklch(0.286 0.056 170.2)
CMYK
cmyk(100%, 0%, 25%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.99: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#002E22
2#00291F
3#00241B
4#001F17
5#001A13
6#00140F
7#000F0B
8#000A08
9#000504

Tints

Lighter variations

1#006149
2#008F6B
3#00BD8E
4#00EBB0
5#1AFFC6
6#47FFD1
7#75FFDD
8#A3FFE8
9#D1FFF4

Tones

Muted variations

1#033025
2#052E24
3#082B22
4#0A2921
5#0D2620
6#0F241F
7#12211D
8#141F1C
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF6
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFEE
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE2
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD2
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFC6
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0A8
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B386
Active/pressed statesDark mode accentsSecondary text
800
0080
#008060
Text on light backgroundsHeadingsStrong borders
900
0052
#00523D
Primary textHigh emphasis contentDark headings
950
0033
#003326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFFB;
  --black-100: #DBFFF6;
  --black-200: #BDFFEE;
  --black-300: #8AFFE2;
  --black-400: #4DFFD2;
  --black-500: #1AFFC6;
  --black-600: #00E0A8;
  --black-700: #00B386;
  --black-800: #008060;
  --black-900: #00523D;
  --black-950: #003326;
}
Generate More ShadesCreate PaletteConvert Color