Blue

#2A2AEF

Blue

Color Codes

All color formats for development

HEX
#2A2AEF
RGB
rgb(42, 42, 239)
HSL
hsl(240, 86%, 55%)
OKLCH
oklch(0.466 0.274 269)
CMYK
cmyk(82%, 82%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

7.85: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
#C1C1
300
#9292
400
#5959
500
#2A2A
600
#1010
700
#0C0C
800
#0909
900
#0606
950
#0404

Shades

Darker variations

1#1212EB
2#1010D1
3#0E0EB7
4#0C0C9D
5#0A0A82
6#080868
7#06064E
8#040434
9#02021A

Tints

Lighter variations

1#3F3FF1
2#5454F2
3#6A6AF4
4#7F7FF5
5#9494F7
6#AAAAF9
7#BFBFFA
8#D4D4FC
9#EAEAFD

Tones

Muted variations

1#3333E5
2#3D3DDB
3#4747D1
4#5151C7
5#5B5BBE
6#6565B4
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
#DEDEFD
Light backgroundsTable row hoverSkeleton loading
200
C1C1
#C1C1FA
Secondary backgroundsInput backgroundsDividers
300
9292
#9292F7
BordersInactive statesPlaceholder text
400
5959
#5959F3
Disabled statesSecondary iconsMuted text
500
2A2A
#2A2AEF
Primary brand colorCTAsActive elementsLinks
600
1010
#1010D1
Hover statesFocus ringsPrimary buttons hover
700
0C0C
#0C0CA6
Active/pressed statesDark mode accentsSecondary text
800
0909
#090977
Text on light backgroundsHeadingsStrong borders
900
0606
#06064C
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: #DEDEFD;
  --blue-200: #C1C1FA;
  --blue-300: #9292F7;
  --blue-400: #5959F3;
  --blue-500: #2A2AEF;
  --blue-600: #1010D1;
  --blue-700: #0C0CA6;
  --blue-800: #090977;
  --blue-900: #06064C;
  --blue-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color