Black

#013227

Cyan

Color Codes

All color formats for development

HEX
#013227
RGB
rgb(1, 50, 39)
HSL
hsl(167, 96%, 10%)
OKLCH
oklch(0.283 0.054 172.9)
CMYK
cmyk(98%, 0%, 22%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.12:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#012D23
2#01281F
3#01231C
4#011E18
5#011914
6#001410
7#000F0C
8#000A08
9#000504

Tints

Lighter variations

1#025F4B
2#038C6E
3#04B992
4#05E6B5
5#1EFACB
6#4BFBD5
7#78FCE0
8#A5FDEA
9#D2FEF5

Tones

Muted variations

1#033026
2#062D25
3#082B23
4#0B2822
5#0D2620
6#10231F
7#12211E
8#151E1C
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF7
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF0
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDE4
BordersInactive statesPlaceholder text
400
50FB
#50FBD6
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFACB
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DCAD
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF8A
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D62
Text on light backgroundsHeadingsStrong borders
900
0250
#02503F
Primary textHigh emphasis contentDark headings
950
0132
#013227
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0FFFC;
  --black-100: #DCFEF7;
  --black-200: #BEFEF0;
  --black-300: #8CFDE4;
  --black-400: #50FBD6;
  --black-500: #1EFACB;
  --black-600: #04DCAD;
  --black-700: #04AF8A;
  --black-800: #037D62;
  --black-900: #02503F;
  --black-950: #013227;
}
Generate More ShadesCreate PaletteConvert Color