Black

#0F1C24

Blue

Color Codes

All color formats for development

HEX
#0F1C24
RGB
rgb(15, 28, 36)
HSL
hsl(203, 41%, 10%)
OKLCH
oklch(0.218 0.024 236.4)
CMYK
cmyk(58%, 22%, 0%, 86%)

Accessibility

WCAG contrast compliance

On White Background

17.33:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EF
200
#D0E1
300
#ACCA
400
#81AE
500
#5D97
600
#427B
700
#3562
800
#2646
900
#182D
950
#0F1C

Shades

Darker variations

1#0E1920
2#0C161D
3#0B1419
4#091116
5#080E12
6#060B0E
7#05080B
8#030607
9#020304

Tints

Lighter variations

1#1D3544
2#2A4E65
3#386785
4#4581A5
5#5D97BB
6#7EACC9
7#9EC1D6
8#BED5E4
9#DFEAF1

Tones

Muted variations

1#101C23
2#111B22
3#121B21
4#131B20
5#141B1F
6#151A1E
7#161A1D
8#171A1C
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EF
#E6EFF4
Light backgroundsTable row hoverSkeleton loading
200
D0E1
#D0E1EB
Secondary backgroundsInput backgroundsDividers
300
ACCA
#ACCADC
BordersInactive statesPlaceholder text
400
81AE
#81AECA
Disabled statesSecondary iconsMuted text
500
5D97
#5D97BB
Primary brand colorCTAsActive elementsLinks
600
427B
#427B9E
Hover statesFocus ringsPrimary buttons hover
700
3562
#35627E
Active/pressed statesDark mode accentsSecondary text
800
2646
#26465A
Text on light backgroundsHeadingsStrong borders
900
182D
#182D3A
Primary textHigh emphasis contentDark headings
950
0F1C
#0F1C24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4F8FA;
  --black-100: #E6EFF4;
  --black-200: #D0E1EB;
  --black-300: #ACCADC;
  --black-400: #81AECA;
  --black-500: #5D97BB;
  --black-600: #427B9E;
  --black-700: #35627E;
  --black-800: #26465A;
  --black-900: #182D3A;
  --black-950: #0F1C24;
}
Generate More ShadesCreate PaletteConvert Color