Black

#0E0F25

Blue

Color Codes

All color formats for development

HEX
#0E0F25
RGB
rgb(14, 15, 37)
HSL
hsl(237, 45%, 10%)
OKLCH
oklch(0.181 0.044 279)
CMYK
cmyk(62%, 59%, 0%, 85%)

Accessibility

WCAG contrast compliance

On White Background

18.86: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
#E5E6
200
#CFD0
300
#AAAD
400
#7E82
500
#595E
600
#3E43
700
#3135
800
#2326
900
#1618
950
#0E0F

Shades

Darker variations

1#0D0E21
2#0B0C1E
3#0A0B1A
4#080916
5#070812
6#06060F
7#04050B
8#030307
9#010204

Tints

Lighter variations

1#1B1D46
2#272A68
3#343889
4#4146AA
5#595EC0
6#7A7ECD
7#9B9ED9
8#BCBFE6
9#DEDFF2

Tones

Muted variations

1#0F1024
2#101123
3#111222
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
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F5
Light backgroundsTable row hoverSkeleton loading
200
CFD0
#CFD0ED
Secondary backgroundsInput backgroundsDividers
300
AAAD
#AAADDF
BordersInactive statesPlaceholder text
400
7E82
#7E82CE
Disabled statesSecondary iconsMuted text
500
595E
#595EC0
Primary brand colorCTAsActive elementsLinks
600
3E43
#3E43A3
Hover statesFocus ringsPrimary buttons hover
700
3135
#313581
Active/pressed statesDark mode accentsSecondary text
800
2326
#23265C
Text on light backgroundsHeadingsStrong borders
900
1618
#16183B
Primary textHigh emphasis contentDark headings
950
0E0F
#0E0F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F4F4FB;
  --black-100: #E5E6F5;
  --black-200: #CFD0ED;
  --black-300: #AAADDF;
  --black-400: #7E82CE;
  --black-500: #595EC0;
  --black-600: #3E43A3;
  --black-700: #313581;
  --black-800: #23265C;
  --black-900: #16183B;
  --black-950: #0E0F25;
}
Generate More ShadesCreate PaletteConvert Color