Black

#0D2126

Cyan

Color Codes

All color formats for development

HEX
#0D2126
RGB
rgb(13, 33, 38)
HSL
hsl(192, 49%, 10%)
OKLCH
oklch(0.233 0.028 216)
CMYK
cmyk(66%, 13%, 0%, 85%)

Accessibility

WCAG contrast compliance

On White Background

16.63:1

AA AAA

On Black Background

1.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E4F2
200
#CEE8
300
#A8D6
400
#7AC0
500
#54AE
600
#3991
700
#2E73
800
#2152
900
#1535
950
#0D21

Shades

Darker variations

1#0C1E22
2#0A1A1E
3#09171B
4#081417
5#071013
6#050D0F
7#040A0B
8#030708
9#010304

Tints

Lighter variations

1#193F48
2#245C6A
3#307A8D
4#3C98AF
5#54AEC4
6#76BED0
7#98CEDC
8#BBDFE8
9#DDEFF3

Tones

Muted variations

1#0E2025
2#101F23
3#111F22
4#121E21
5#131D20
6#151C1E
7#161C1D
8#171B1C
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F6
Light backgroundsTable row hoverSkeleton loading
200
CEE8
#CEE8EE
Secondary backgroundsInput backgroundsDividers
300
A8D6
#A8D6E1
BordersInactive statesPlaceholder text
400
7AC0
#7AC0D1
Disabled statesSecondary iconsMuted text
500
54AE
#54AEC4
Primary brand colorCTAsActive elementsLinks
600
3991
#3991A7
Hover statesFocus ringsPrimary buttons hover
700
2E73
#2E7385
Active/pressed statesDark mode accentsSecondary text
800
2152
#21525F
Text on light backgroundsHeadingsStrong borders
900
1535
#15353D
Primary textHigh emphasis contentDark headings
950
0D21
#0D2126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4FAFB;
  --black-100: #E4F2F6;
  --black-200: #CEE8EE;
  --black-300: #A8D6E1;
  --black-400: #7AC0D1;
  --black-500: #54AEC4;
  --black-600: #3991A7;
  --black-700: #2E7385;
  --black-800: #21525F;
  --black-900: #15353D;
  --black-950: #0D2126;
}
Generate More ShadesCreate PaletteConvert Color