Black

#0D042F

Blue

Color Codes

All color formats for development

HEX
#0D042F
RGB
rgb(13, 4, 47)
HSL
hsl(253, 84%, 10%)
OKLCH
oklch(0.165 0.081 284)
CMYK
cmyk(72%, 91%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

19.53:1

AA AAA

On Black Background

1.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DE
200
#CEC2
300
#A893
400
#7B5B
500
#562C
600
#3B12
700
#2F0E
800
#210A
900
#1507
950
#0D04

Shades

Darker variations

1#0C042A
2#0B0326
3#090321
4#08021C
5#070217
6#050213
7#04010E
8#030109
9#010005

Tints

Lighter variations

1#190859
2#250B83
3#310FAE
4#3D13D8
5#562CED
6#7856F0
7#9980F4
8#BBABF8
9#DDD5FB

Tones

Muted variations

1#0F062D
2#10082B
3#110B28
4#120D26
5#130F24
6#151122
7#161320
8#17151E
9#18171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DE
#E5DEFC
Light backgroundsTable row hoverSkeleton loading
200
CEC2
#CEC2FA
Secondary backgroundsInput backgroundsDividers
300
A893
#A893F6
BordersInactive statesPlaceholder text
400
7B5B
#7B5BF1
Disabled statesSecondary iconsMuted text
500
562C
#562CED
Primary brand colorCTAsActive elementsLinks
600
3B12
#3B12CE
Hover statesFocus ringsPrimary buttons hover
700
2F0E
#2F0EA4
Active/pressed statesDark mode accentsSecondary text
800
210A
#210A75
Text on light backgroundsHeadingsStrong borders
900
1507
#15074B
Primary textHigh emphasis contentDark headings
950
0D04
#0D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4F1FE;
  --black-100: #E5DEFC;
  --black-200: #CEC2FA;
  --black-300: #A893F6;
  --black-400: #7B5BF1;
  --black-500: #562CED;
  --black-600: #3B12CE;
  --black-700: #2F0EA4;
  --black-800: #210A75;
  --black-900: #15074B;
  --black-950: #0D042F;
}
Generate More ShadesCreate PaletteConvert Color