Blue

#2C2CED

Blue

Color Codes

All color formats for development

HEX
#2C2CED
RGB
rgb(44, 44, 237)
HSL
hsl(240, 84%, 55%)
OKLCH
oklch(0.467 0.27 269.4)
CMYK
cmyk(81%, 81%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

7.81:1

AA AAA

On Black Background

2.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDE
200
#C2C2
300
#9393
400
#5B5B
500
#2C2C
600
#1212
700
#0E0E
800
#0A0A
900
#0707
950
#0404

Shades

Darker variations

1#1414E8
2#1212CE
3#1010B5
4#0D0D9B
5#0B0B81
6#090967
7#07074D
8#040434
9#02021A

Tints

Lighter variations

1#4141EE
2#5656F0
3#6B6BF2
4#8080F4
5#9595F6
6#ABABF8
7#C0C0F9
8#D5D5FB
9#EAEAFD

Tones

Muted variations

1#3535E3
2#3F3FD9
3#4949D0
4#5252C6
5#5C5CBC
6#6666B3
7#6F6FA9
8#7979A0
9#838396

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
9393
#9393F6
BordersInactive statesPlaceholder text
400
5B5B
#5B5BF1
Disabled statesSecondary iconsMuted text
500
2C2C
#2C2CED
Primary brand colorCTAsActive elementsLinks
600
1212
#1212CE
Hover statesFocus ringsPrimary buttons hover
700
0E0E
#0E0EA4
Active/pressed statesDark mode accentsSecondary text
800
0A0A
#0A0A75
Text on light backgroundsHeadingsStrong borders
900
0707
#07074B
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: #9393F6;
  --blue-400: #5B5BF1;
  --blue-500: #2C2CED;
  --blue-600: #1212CE;
  --blue-700: #0E0EA4;
  --blue-800: #0A0A75;
  --blue-900: #07074B;
  --blue-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color