Blue

#2003DD

Blue

Color Codes

All color formats for development

HEX
#2003DD
RGB
rgb(32, 3, 221)
HSL
hsl(248, 97%, 44%)
OKLCH
oklch(0.415 0.275 268.2)
CMYK
cmyk(86%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

9.91:1

AA AAA

On Black Background

2.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C6BE
300
#9B8B
400
#664F
500
#3B1D
600
#2003
700
#1A03
800
#1202
900
#0C01
950
#0701

Shades

Darker variations

1#1D03C7
2#1A03B1
3#17029B
4#130285
5#10026F
6#0D0158
7#0A0142
8#06012C
9#030016

Tints

Lighter variations

1#2504F9
2#3B1EFC
3#543AFC
4#6C56FC
5#8572FD
6#9D8EFD
7#B6ABFE
8#CEC7FE
9#E7E3FF

Tones

Muted variations

1#280ED2
2#3019C7
3#3824BC
4#402FB2
5#483AA7
6#50459C
7#585091
8#605A86
9#68657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E0DC
#E0DCFE
Light backgroundsTable row hoverSkeleton loading
200
C6BE
#C6BEFE
Secondary backgroundsInput backgroundsDividers
300
9B8B
#9B8BFD
BordersInactive statesPlaceholder text
400
664F
#664FFC
Disabled statesSecondary iconsMuted text
500
3B1D
#3B1DFC
Primary brand colorCTAsActive elementsLinks
600
2003
#2003DD
Hover statesFocus ringsPrimary buttons hover
700
1A03
#1A03B0
Active/pressed statesDark mode accentsSecondary text
800
1202
#12027E
Text on light backgroundsHeadingsStrong borders
900
0C01
#0C0150
Primary textHigh emphasis contentDark headings
950
0701
#070132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F2F0FF;
  --blue-100: #E0DCFE;
  --blue-200: #C6BEFE;
  --blue-300: #9B8BFD;
  --blue-400: #664FFC;
  --blue-500: #3B1DFC;
  --blue-600: #2003DD;
  --blue-700: #1A03B0;
  --blue-800: #12027E;
  --blue-900: #0C0150;
  --blue-950: #070132;
}
Generate More ShadesCreate PaletteConvert Color