Blue

#1A04DC

Blue

Color Codes

All color formats for development

HEX
#1A04DC
RGB
rgb(26, 4, 220)
HSL
hsl(246, 96%, 44%)
OKLCH
oklch(0.412 0.275 267.1)
CMYK
cmyk(88%, 98%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

10.03:1

AA AAA

On Black Background

2.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C4BE
300
#978C
400
#6150
500
#341E
600
#1A04
700
#1504
800
#0F03
900
#0902
950
#0601

Shades

Darker variations

1#1704C6
2#1504B0
3#12039A
4#100384
5#0D026E
6#0A0258
7#080142
8#05012C
9#030016

Tints

Lighter variations

1#1D05F8
2#351FFA
3#4E3BFB
4#6857FC
5#8173FC
6#9A8FFD
7#B3ABFD
8#CDC7FE
9#E6E3FE

Tones

Muted variations

1#230FD1
2#2B1AC6
3#3425BC
4#3C30B1
5#453AA6
6#4E459B
7#565091
8#5F5B86
9#68657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFE
Light backgroundsTable row hoverSkeleton loading
200
C4BE
#C4BEFE
Secondary backgroundsInput backgroundsDividers
300
978C
#978CFD
BordersInactive statesPlaceholder text
400
6150
#6150FB
Disabled statesSecondary iconsMuted text
500
341E
#341EFA
Primary brand colorCTAsActive elementsLinks
600
1A04
#1A04DC
Hover statesFocus ringsPrimary buttons hover
700
1504
#1504AF
Active/pressed statesDark mode accentsSecondary text
800
0F03
#0F037D
Text on light backgroundsHeadingsStrong borders
900
0902
#090250
Primary textHigh emphasis contentDark headings
950
0601
#060132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F0FF;
  --blue-100: #DFDCFE;
  --blue-200: #C4BEFE;
  --blue-300: #978CFD;
  --blue-400: #6150FB;
  --blue-500: #341EFA;
  --blue-600: #1A04DC;
  --blue-700: #1504AF;
  --blue-800: #0F037D;
  --blue-900: #090250;
  --blue-950: #060132;
}
Generate More ShadesCreate PaletteConvert Color