Blue

#1B06DB

Blue

Color Codes

All color formats for development

HEX
#1B06DB
RGB
rgb(27, 6, 219)
HSL
hsl(246, 95%, 44%)
OKLCH
oklch(0.411 0.273 267.3)
CMYK
cmyk(88%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

10.02:1

AA AAA

On Black Background

2.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C5BE
300
#988D
400
#6251
500
#351F
600
#1B06
700
#1504
800
#0F03
900
#0A02
950
#0601

Shades

Darker variations

1#1805C5
2#1604AF
3#130499
4#100383
5#0D036D
6#0B0258
7#080242
8#05012C
9#030116

Tints

Lighter variations

1#1E06F7
2#3620F9
3#4F3CFA
4#6858FB
5#8174FB
6#9A90FC
7#B4ABFD
8#CDC7FE
9#E6E3FE

Tones

Muted variations

1#2310D0
2#2C1BC5
3#3526BB
4#3D30B0
5#463BA5
6#4E469B
7#575090
8#5F5B86
9#68667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E0DC
#E0DCFE
Light backgroundsTable row hoverSkeleton loading
200
C5BE
#C5BEFD
Secondary backgroundsInput backgroundsDividers
300
988D
#988DFC
BordersInactive statesPlaceholder text
400
6251
#6251FB
Disabled statesSecondary iconsMuted text
500
351F
#351FF9
Primary brand colorCTAsActive elementsLinks
600
1B06
#1B06DB
Hover statesFocus ringsPrimary buttons hover
700
1504
#1504AE
Active/pressed statesDark mode accentsSecondary text
800
0F03
#0F037C
Text on light backgroundsHeadingsStrong borders
900
0A02
#0A0250
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: #F2F0FF;
  --blue-100: #E0DCFE;
  --blue-200: #C5BEFD;
  --blue-300: #988DFC;
  --blue-400: #6251FB;
  --blue-500: #351FF9;
  --blue-600: #1B06DB;
  --blue-700: #1504AE;
  --blue-800: #0F037C;
  --blue-900: #0A0250;
  --blue-950: #060132;
}
Generate More ShadesCreate PaletteConvert Color