Cobalt

#1C19C8

Blue

Color Codes

All color formats for development

HEX
#1C19C8
RGB
rgb(28, 25, 200)
HSL
hsl(241, 78%, 44%)
OKLCH
oklch(0.398 0.246 268)
CMYK
cmyk(86%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

10.38:1

AA AAA

On Black Background

2.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DF
200
#C5C4
300
#9897
400
#6260
500
#3633
600
#1C19
700
#1614
800
#100E
900
#0A09
950
#0606

Shades

Darker variations

1#1916B4
2#1614A0
3#13118C
4#110F78
5#0E0C64
6#0B0A50
7#08073C
8#060528
9#030214

Tints

Lighter variations

1#1F1CE1
2#3734E6
3#504DE9
4#6966EC
5#8280EF
6#9B99F2
7#B4B3F6
8#CDCCF9
9#E6E6FC

Tones

Muted variations

1#2421BF
2#2D2AB6
3#3533AD
4#3D3CA5
5#46449C
6#4E4D93
7#57568A
8#5F5F82
9#686779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E0DF
#E0DFFB
Light backgroundsTable row hoverSkeleton loading
200
C5C4
#C5C4F8
Secondary backgroundsInput backgroundsDividers
300
9897
#9897F2
BordersInactive statesPlaceholder text
400
6260
#6260EB
Disabled statesSecondary iconsMuted text
500
3633
#3633E6
Primary brand colorCTAsActive elementsLinks
600
1C19
#1C19C8
Hover statesFocus ringsPrimary buttons hover
700
1614
#16149F
Active/pressed statesDark mode accentsSecondary text
800
100E
#100E71
Text on light backgroundsHeadingsStrong borders
900
0A09
#0A0949
Primary textHigh emphasis contentDark headings
950
0606
#06062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F1FD;
  --cobalt-100: #E0DFFB;
  --cobalt-200: #C5C4F8;
  --cobalt-300: #9897F2;
  --cobalt-400: #6260EB;
  --cobalt-500: #3633E6;
  --cobalt-600: #1C19C8;
  --cobalt-700: #16149F;
  --cobalt-800: #100E71;
  --cobalt-900: #0A0949;
  --cobalt-950: #06062D;
}
Generate More ShadesCreate PaletteConvert Color