Cobalt

#125DCE

Blue

Color Codes

All color formats for development

HEX
#125DCE
RGB
rgb(18, 93, 206)
HSL
hsl(216, 84%, 44%)
OKLCH
oklch(0.506 0.189 259.7)
CMYK
cmyk(91%, 55%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

6.03:1

AA AAA

On Black Background

3.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEEA
200
#C2D8
300
#93BA
400
#5B97
500
#2C79
600
#125D
700
#0E4A
800
#0A35
900
#0722
950
#0415

Shades

Darker variations

1#1054BA
2#0E4BA5
3#0D4191
4#0B387C
5#092F67
6#072553
7#051C3E
8#041329
9#020915

Tints

Lighter variations

1#1469E9
2#2D7AED
3#478AEF
4#619BF1
5#7CACF4
6#96BCF6
7#B0CDF8
8#CADEFA
9#E5EEFD

Tones

Muted variations

1#1B5FC5
2#2561BC
3#2E63B2
4#3865A9
5#41679F
6#4B6996
7#546B8C
8#5D6C83
9#676E7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEA
#DEEAFC
Light backgroundsTable row hoverSkeleton loading
200
C2D8
#C2D8FA
Secondary backgroundsInput backgroundsDividers
300
93BA
#93BAF6
BordersInactive statesPlaceholder text
400
5B97
#5B97F1
Disabled statesSecondary iconsMuted text
500
2C79
#2C79ED
Primary brand colorCTAsActive elementsLinks
600
125D
#125DCE
Hover statesFocus ringsPrimary buttons hover
700
0E4A
#0E4AA4
Active/pressed statesDark mode accentsSecondary text
800
0A35
#0A3575
Text on light backgroundsHeadingsStrong borders
900
0722
#07224B
Primary textHigh emphasis contentDark headings
950
0415
#04152F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F6FE;
  --cobalt-100: #DEEAFC;
  --cobalt-200: #C2D8FA;
  --cobalt-300: #93BAF6;
  --cobalt-400: #5B97F1;
  --cobalt-500: #2C79ED;
  --cobalt-600: #125DCE;
  --cobalt-700: #0E4AA4;
  --cobalt-800: #0A3575;
  --cobalt-900: #07224B;
  --cobalt-950: #04152F;
}
Generate More ShadesCreate PaletteConvert Color