Black

#0F0F24

Blue

Color Codes

All color formats for development

HEX
#0F0F24
RGB
rgb(15, 15, 36)
HSL
hsl(240, 41%, 10%)
OKLCH
oklch(0.182 0.042 281.3)
CMYK
cmyk(58%, 58%, 0%, 86%)

Accessibility

WCAG contrast compliance

On White Background

18.85:1

AA AAA

On Black Background

1.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E6E6
200
#D0D0
300
#ACAC
400
#8181
500
#5D5D
600
#4242
700
#3535
800
#2626
900
#1818
950
#0F0F

Shades

Darker variations

1#0E0E20
2#0C0C1D
3#0B0B19
4#090916
5#080812
6#06060E
7#05050B
8#030307
9#020204

Tints

Lighter variations

1#1D1D44
2#2A2A65
3#383885
4#4545A5
5#5D5DBB
6#7E7EC9
7#9E9ED6
8#BEBEE4
9#DFDFF1

Tones

Muted variations

1#101023
2#111122
3#121221
4#131320
5#14141F
6#15151E
7#16161D
8#17171C
9#18181B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E6
#E6E6F4
Light backgroundsTable row hoverSkeleton loading
200
D0D0
#D0D0EB
Secondary backgroundsInput backgroundsDividers
300
ACAC
#ACACDC
BordersInactive statesPlaceholder text
400
8181
#8181CA
Disabled statesSecondary iconsMuted text
500
5D5D
#5D5DBB
Primary brand colorCTAsActive elementsLinks
600
4242
#42429E
Hover statesFocus ringsPrimary buttons hover
700
3535
#35357E
Active/pressed statesDark mode accentsSecondary text
800
2626
#26265A
Text on light backgroundsHeadingsStrong borders
900
1818
#18183A
Primary textHigh emphasis contentDark headings
950
0F0F
#0F0F24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4F4FA;
  --black-100: #E6E6F4;
  --black-200: #D0D0EB;
  --black-300: #ACACDC;
  --black-400: #8181CA;
  --black-500: #5D5DBB;
  --black-600: #42429E;
  --black-700: #35357E;
  --black-800: #26265A;
  --black-900: #18183A;
  --black-950: #0F0F24;
}
Generate More ShadesCreate PaletteConvert Color