Blue

#0223DE

Blue

Color Codes

All color formats for development

HEX
#0223DE
RGB
rgb(2, 35, 222)
HSL
hsl(231, 98%, 44%)
OKLCH
oklch(0.428 0.268 264.4)
CMYK
cmyk(99%, 84%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

9.14:1

AA AAA

On Black Background

2.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE1
200
#BDC7
300
#8B9C
400
#4E69
500
#1C3E
600
#0223
700
#021C
800
#0114
900
#010D
950
#0108

Shades

Darker variations

1#0220C8
2#021CB2
3#02199C
4#011585
5#01126F
6#010E59
7#010B43
8#00072C
9#000416

Tints

Lighter variations

1#0328FA
2#1D3EFD
3#3956FD
4#556FFD
5#7287FE
6#8E9FFE
7#AAB7FE
8#C6CFFE
9#E3E7FF

Tones

Muted variations

1#0D2BD3
2#1833C8
3#233ABD
4#2E42B2
5#394AA7
6#44519C
7#4F5991
8#5A6186
9#65697B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE1
#DCE1FF
Light backgroundsTable row hoverSkeleton loading
200
BDC7
#BDC7FE
Secondary backgroundsInput backgroundsDividers
300
8B9C
#8B9CFE
BordersInactive statesPlaceholder text
400
4E69
#4E69FD
Disabled statesSecondary iconsMuted text
500
1C3E
#1C3EFD
Primary brand colorCTAsActive elementsLinks
600
0223
#0223DE
Hover statesFocus ringsPrimary buttons hover
700
021C
#021CB1
Active/pressed statesDark mode accentsSecondary text
800
0114
#01147E
Text on light backgroundsHeadingsStrong borders
900
010D
#010D51
Primary textHigh emphasis contentDark headings
950
0108
#010832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F2FF;
  --blue-100: #DCE1FF;
  --blue-200: #BDC7FE;
  --blue-300: #8B9CFE;
  --blue-400: #4E69FD;
  --blue-500: #1C3EFD;
  --blue-600: #0223DE;
  --blue-700: #021CB1;
  --blue-800: #01147E;
  --blue-900: #010D51;
  --blue-950: #010832;
}
Generate More ShadesCreate PaletteConvert Color