Blue

#2B2BEE

Blue

Color Codes

All color formats for development

HEX
#2B2BEE
RGB
rgb(43, 43, 238)
HSL
hsl(240, 85%, 55%)
OKLCH
oklch(0.466 0.272 269.2)
CMYK
cmyk(82%, 82%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

7.83:1

AA AAA

On Black Background

2.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDE
200
#C2C2
300
#9292
400
#5A5A
500
#2B2B
600
#1111
700
#0D0D
800
#0A0A
900
#0606
950
#0404

Shades

Darker variations

1#1313EA
2#1111D0
3#0F0FB6
4#0D0D9C
5#0B0B82
6#080868
7#06064E
8#040434
9#02021A

Tints

Lighter variations

1#4040F0
2#5555F1
3#6A6AF3
4#8080F5
5#9595F6
6#AAAAF8
7#BFBFFA
8#D5D5FC
9#EAEAFD

Tones

Muted variations

1#3434E4
2#3E3EDA
3#4848D1
4#5252C7
5#5B5BBD
6#6565B3
7#6F6FAA
8#7979A0
9#828296

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDE
#DEDEFC
Light backgroundsTable row hoverSkeleton loading
200
C2C2
#C2C2FA
Secondary backgroundsInput backgroundsDividers
300
9292
#9292F6
BordersInactive statesPlaceholder text
400
5A5A
#5A5AF2
Disabled statesSecondary iconsMuted text
500
2B2B
#2B2BEE
Primary brand colorCTAsActive elementsLinks
600
1111
#1111D0
Hover statesFocus ringsPrimary buttons hover
700
0D0D
#0D0DA5
Active/pressed statesDark mode accentsSecondary text
800
0A0A
#0A0A76
Text on light backgroundsHeadingsStrong borders
900
0606
#06064B
Primary textHigh emphasis contentDark headings
950
0404
#04042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F1FE;
  --blue-100: #DEDEFC;
  --blue-200: #C2C2FA;
  --blue-300: #9292F6;
  --blue-400: #5A5AF2;
  --blue-500: #2B2BEE;
  --blue-600: #1111D0;
  --blue-700: #0D0DA5;
  --blue-800: #0A0A76;
  --blue-900: #06064B;
  --blue-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color