Blue

#1A30FF

Blue

Color Codes

All color formats for development

HEX
#1A30FF
RGB
rgb(26, 48, 255)
HSL
hsl(234, 100%, 55%)
OKLCH
oklch(0.486 0.29 266)
CMYK
cmyk(90%, 81%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

7.21:1

AA AAA

On Black Background

2.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDF
200
#BDC3
300
#8A95
400
#4D5E
500
#1A30
600
#0016
700
#0012
800
#000D
900
#0008
950
#0005

Shades

Darker variations

1#0019FC
2#0016E0
3#0014C4
4#0011A8
5#000E8C
6#000B70
7#000854
8#000638
9#00031C

Tints

Lighter variations

1#3045FF
2#475AFF
3#5E6EFF
4#7583FF
5#8C98FF
6#A3ACFF
7#BAC1FF
8#D1D6FF
9#E8EAFF

Tones

Muted variations

1#253AF4
2#3043E8
3#3C4CDD
4#4755D1
5#535EC6
6#5E68BA
7#6A71AF
8#757AA3
9#818398

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDF
#DBDFFF
Light backgroundsTable row hoverSkeleton loading
200
BDC3
#BDC3FF
Secondary backgroundsInput backgroundsDividers
300
8A95
#8A95FF
BordersInactive statesPlaceholder text
400
4D5E
#4D5EFF
Disabled statesSecondary iconsMuted text
500
1A30
#1A30FF
Primary brand colorCTAsActive elementsLinks
600
0016
#0016E0
Hover statesFocus ringsPrimary buttons hover
700
0012
#0012B3
Active/pressed statesDark mode accentsSecondary text
800
000D
#000D80
Text on light backgroundsHeadingsStrong borders
900
0008
#000852
Primary textHigh emphasis contentDark headings
950
0005
#000533
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F1FF;
  --blue-100: #DBDFFF;
  --blue-200: #BDC3FF;
  --blue-300: #8A95FF;
  --blue-400: #4D5EFF;
  --blue-500: #1A30FF;
  --blue-600: #0016E0;
  --blue-700: #0012B3;
  --blue-800: #000D80;
  --blue-900: #000852;
  --blue-950: #000533;
}
Generate More ShadesCreate PaletteConvert Color