Blue

#1A29FF

Blue

Color Codes

All color formats for development

HEX
#1A29FF
RGB
rgb(26, 41, 255)
HSL
hsl(236, 100%, 55%)
OKLCH
oklch(0.479 0.295 266.2)
CMYK
cmyk(90%, 84%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

7.49:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDE
200
#BDC1
300
#8A92
400
#4D58
500
#1A29
600
#000F
700
#000C
800
#0009
900
#0005
950
#0003

Shades

Darker variations

1#0011FC
2#000FE0
3#000DC4
4#000BA8
5#00098C
6#000770
7#000654
8#000438
9#00021C

Tints

Lighter variations

1#303EFF
2#4754FF
3#5E69FF
4#757EFF
5#8C94FF
6#A3A9FF
7#BABFFF
8#D1D4FF
9#E8EAFF

Tones

Muted variations

1#2533F4
2#303DE8
3#3C47DD
4#4751D1
5#535BC6
6#5E64BA
7#6A6EAF
8#7578A3
9#818298

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDE
#DBDEFF
Light backgroundsTable row hoverSkeleton loading
200
BDC1
#BDC1FF
Secondary backgroundsInput backgroundsDividers
300
8A92
#8A92FF
BordersInactive statesPlaceholder text
400
4D58
#4D58FF
Disabled statesSecondary iconsMuted text
500
1A29
#1A29FF
Primary brand colorCTAsActive elementsLinks
600
000F
#000FE0
Hover statesFocus ringsPrimary buttons hover
700
000C
#000CB3
Active/pressed statesDark mode accentsSecondary text
800
0009
#000980
Text on light backgroundsHeadingsStrong borders
900
0005
#000552
Primary textHigh emphasis contentDark headings
950
0003
#000333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F1FF;
  --blue-100: #DBDEFF;
  --blue-200: #BDC1FF;
  --blue-300: #8A92FF;
  --blue-400: #4D58FF;
  --blue-500: #1A29FF;
  --blue-600: #000FE0;
  --blue-700: #000CB3;
  --blue-800: #000980;
  --blue-900: #000552;
  --blue-950: #000333;
}
Generate More ShadesCreate PaletteConvert Color