Black

#0F1D24

Blue

Color Codes

All color formats for development

HEX
#0F1D24
RGB
rgb(15, 29, 36)
HSL
hsl(200, 41%, 10%)
OKLCH
oklch(0.221 0.024 231)
CMYK
cmyk(58%, 19%, 0%, 86%)

Accessibility

WCAG contrast compliance

On White Background

17.19:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6F0
200
#D0E2
300
#ACCC
400
#81B2
500
#5D9C
600
#4280
700
#3565
800
#2648
900
#182E
950
#0F1D

Shades

Darker variations

1#0E1A20
2#0C171D
3#0B1419
4#091116
5#080E12
6#060C0E
7#05090B
8#030607
9#020304

Tints

Lighter variations

1#1D3744
2#2A5165
3#386B85
4#4585A5
5#5D9CBB
6#7EB0C9
7#9EC4D6
8#BED7E4
9#DFEBF1

Tones

Muted variations

1#101D23
2#111C22
3#121C21
4#131C20
5#141B1F
6#151B1E
7#161B1D
8#171A1C
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6F0
#E6F0F4
Light backgroundsTable row hoverSkeleton loading
200
D0E2
#D0E2EB
Secondary backgroundsInput backgroundsDividers
300
ACCC
#ACCCDC
BordersInactive statesPlaceholder text
400
81B2
#81B2CA
Disabled statesSecondary iconsMuted text
500
5D9C
#5D9CBB
Primary brand colorCTAsActive elementsLinks
600
4280
#42809E
Hover statesFocus ringsPrimary buttons hover
700
3565
#35657E
Active/pressed statesDark mode accentsSecondary text
800
2648
#26485A
Text on light backgroundsHeadingsStrong borders
900
182E
#182E3A
Primary textHigh emphasis contentDark headings
950
0F1D
#0F1D24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4F8FA;
  --black-100: #E6F0F4;
  --black-200: #D0E2EB;
  --black-300: #ACCCDC;
  --black-400: #81B2CA;
  --black-500: #5D9CBB;
  --black-600: #42809E;
  --black-700: #35657E;
  --black-800: #26485A;
  --black-900: #182E3A;
  --black-950: #0F1D24;
}
Generate More ShadesCreate PaletteConvert Color