Black

#0E2425

Cyan

Color Codes

All color formats for development

HEX
#0E2425
RGB
rgb(14, 36, 37)
HSL
hsl(183, 45%, 10%)
OKLCH
oklch(0.243 0.028 199.4)
CMYK
cmyk(62%, 3%, 0%, 85%)

Accessibility

WCAG contrast compliance

On White Background

16.18:1

AA AAA

On Black Background

1.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#AADC
400
#7ECA
500
#59BB
600
#3E9E
700
#317D
800
#235A
900
#1639
950
#0E24

Shades

Darker variations

1#0D2021
2#0B1D1E
3#0A191A
4#081516
5#071212
6#060E0F
7#040B0B
8#030707
9#010404

Tints

Lighter variations

1#1B4446
2#276468
3#348589
4#41A5AA
5#59BBC0
6#7AC8CD
7#9BD6D9
8#BCE4E6
9#DEF1F2

Tones

Muted variations

1#0F2324
2#102223
3#112122
4#132020
5#141F1F
6#151E1E
7#161D1D
8#171C1C
9#181B1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBED
Secondary backgroundsInput backgroundsDividers
300
AADC
#AADCDF
BordersInactive statesPlaceholder text
400
7ECA
#7ECACE
Disabled statesSecondary iconsMuted text
500
59BB
#59BBC0
Primary brand colorCTAsActive elementsLinks
600
3E9E
#3E9EA3
Hover statesFocus ringsPrimary buttons hover
700
317D
#317D81
Active/pressed statesDark mode accentsSecondary text
800
235A
#235A5C
Text on light backgroundsHeadingsStrong borders
900
1639
#16393B
Primary textHigh emphasis contentDark headings
950
0E24
#0E2425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4FAFB;
  --black-100: #E5F4F5;
  --black-200: #CFEBED;
  --black-300: #AADCDF;
  --black-400: #7ECACE;
  --black-500: #59BBC0;
  --black-600: #3E9EA3;
  --black-700: #317D81;
  --black-800: #235A5C;
  --black-900: #16393B;
  --black-950: #0E2425;
}
Generate More ShadesCreate PaletteConvert Color