Black

#0F1B24

Blue

Color Codes

All color formats for development

HEX
#0F1B24
RGB
rgb(15, 27, 36)
HSL
hsl(206, 41%, 10%)
OKLCH
oklch(0.215 0.025 241.7)
CMYK
cmyk(58%, 25%, 0%, 86%)

Accessibility

WCAG contrast compliance

On White Background

17.46:1

AA AAA

On Black Background

1.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EE
200
#D0E0
300
#ACC8
400
#81AB
500
#5D93
600
#4276
700
#355E
800
#2643
900
#182B
950
#0F1B

Shades

Darker variations

1#0E1820
2#0C161D
3#0B1319
4#091016
5#080D12
6#060B0E
7#05080B
8#030507
9#020304

Tints

Lighter variations

1#1D3344
2#2A4B65
3#386485
4#457CA5
5#5D93BB
6#7EA8C9
7#9EBED6
8#BED4E4
9#DFE9F1

Tones

Muted variations

1#101B23
2#111B22
3#121A21
4#131A20
5#141A1F
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
E6EE
#E6EEF4
Light backgroundsTable row hoverSkeleton loading
200
D0E0
#D0E0EB
Secondary backgroundsInput backgroundsDividers
300
ACC8
#ACC8DC
BordersInactive statesPlaceholder text
400
81AB
#81ABCA
Disabled statesSecondary iconsMuted text
500
5D93
#5D93BB
Primary brand colorCTAsActive elementsLinks
600
4276
#42769E
Hover statesFocus ringsPrimary buttons hover
700
355E
#355E7E
Active/pressed statesDark mode accentsSecondary text
800
2643
#26435A
Text on light backgroundsHeadingsStrong borders
900
182B
#182B3A
Primary textHigh emphasis contentDark headings
950
0F1B
#0F1B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4F8FA;
  --black-100: #E6EEF4;
  --black-200: #D0E0EB;
  --black-300: #ACC8DC;
  --black-400: #81ABCA;
  --black-500: #5D93BB;
  --black-600: #42769E;
  --black-700: #355E7E;
  --black-800: #26435A;
  --black-900: #182B3A;
  --black-950: #0F1B24;
}
Generate More ShadesCreate PaletteConvert Color