Black

#033025

Cyan

Color Codes

All color formats for development

HEX
#033025
RGB
rgb(3, 48, 37)
HSL
hsl(165, 88%, 10%)
OKLCH
oklch(0.277 0.051 171.8)
CMYK
cmyk(94%, 0%, 23%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.45:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#032B21
2#02261D
3#02221A
4#021D16
5#021812
6#01130F
7#010E0B
8#010A07
9#000504

Tints

Lighter variations

1#065B46
2#098667
3#0BB188
4#0EDDA9
5#27F1BF
6#52F4CC
7#7EF7D8
8#A9F9E5
9#D4FCF2

Tones

Muted variations

1#052E24
2#082B22
3#0A2921
4#0C2720
5#0E251F
6#11221E
7#13201D
8#151E1C
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF5
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBEC
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8DE
BordersInactive statesPlaceholder text
400
57F4
#57F4CD
Disabled statesSecondary iconsMuted text
500
27F1
#27F1BF
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3A2
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA881
Active/pressed statesDark mode accentsSecondary text
800
0878
#08785C
Text on light backgroundsHeadingsStrong borders
900
054D
#054D3B
Primary textHigh emphasis contentDark headings
950
0330
#033025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FEFB;
  --black-100: #DDFDF5;
  --black-200: #C1FBEC;
  --black-300: #91F8DE;
  --black-400: #57F4CD;
  --black-500: #27F1BF;
  --black-600: #0DD3A2;
  --black-700: #0BA881;
  --black-800: #08785C;
  --black-900: #054D3B;
  --black-950: #033025;
}
Generate More ShadesCreate PaletteConvert Color