Black

#023129

Cyan

Color Codes

All color formats for development

HEX
#023129
RGB
rgb(2, 49, 41)
HSL
hsl(170, 92%, 10%)
OKLCH
oklch(0.281 0.05 177.9)
CMYK
cmyk(96%, 0%, 16%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.25:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#022C25
2#022721
3#01221D
4#011D19
5#011815
6#011410
7#010F0C
8#000A08
9#000504

Tints

Lighter variations

1#045D4E
2#068973
3#08B598
4#09E1BD
5#23F6D3
6#4FF8DC
7#7BF9E4
8#A7FBED
9#D3FDF6

Tones

Muted variations

1#042F28
2#072C26
3#092A24
4#0B2823
5#0E2521
6#102320
7#12211E
8#151E1D
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF8
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCF2
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAE8
BordersInactive statesPlaceholder text
400
54F8
#54F8DC
Disabled statesSecondary iconsMuted text
500
23F6
#23F6D3
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7B5
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB90
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A67
Text on light backgroundsHeadingsStrong borders
900
034E
#034E42
Primary textHigh emphasis contentDark headings
950
0231
#023129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FEFC;
  --black-100: #DDFEF8;
  --black-200: #BFFCF2;
  --black-300: #8EFAE8;
  --black-400: #54F8DC;
  --black-500: #23F6D3;
  --black-600: #09D7B5;
  --black-700: #07AB90;
  --black-800: #057A67;
  --black-900: #034E42;
  --black-950: #023129;
}
Generate More ShadesCreate PaletteConvert Color