Cobalt

#115EA2

Blue

Color Codes

All color formats for development

HEX
#115EA2
RGB
rgb(17, 94, 162)
HSL
hsl(208, 81%, 35%)
OKLCH
oklch(0.476 0.13 251.1)
CMYK
cmyk(90%, 42%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

6.67:1

AA AAA

On Black Background

3.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C3E0
300
#95C8
400
#5DAB
500
#2F92
600
#1576
700
#115E
800
#0C43
900
#082B
950
#051B

Shades

Darker variations

1#0F5591
2#0E4B81
3#0C4271
4#0A3861
5#082F51
6#072641
7#051C30
8#031320
9#020910

Tints

Lighter variations

1#1470C0
2#1781DE
3#2D91E9
4#4BA1EC
5#69B1EF
6#87C0F2
7#A5D0F6
8#C3E0F9
9#E1EFFC

Tones

Muted variations

1#185E9A
2#1F5D93
3#275D8C
4#2E5C85
5#355C7D
6#3C5B76
7#445B6F
8#4B5A68
9#525A60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFC
Light backgroundsTable row hoverSkeleton loading
200
C3E0
#C3E0F9
Secondary backgroundsInput backgroundsDividers
300
95C8
#95C8F4
BordersInactive statesPlaceholder text
400
5DAB
#5DABEE
Disabled statesSecondary iconsMuted text
500
2F92
#2F92E9
Primary brand colorCTAsActive elementsLinks
600
1576
#1576CB
Hover statesFocus ringsPrimary buttons hover
700
115E
#115EA2
Active/pressed statesDark mode accentsSecondary text
800
0C43
#0C4373
Text on light backgroundsHeadingsStrong borders
900
082B
#082B4A
Primary textHigh emphasis contentDark headings
950
051B
#051B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F8FE;
  --cobalt-100: #DFEEFC;
  --cobalt-200: #C3E0F9;
  --cobalt-300: #95C8F4;
  --cobalt-400: #5DABEE;
  --cobalt-500: #2F92E9;
  --cobalt-600: #1576CB;
  --cobalt-700: #115EA2;
  --cobalt-800: #0C4373;
  --cobalt-900: #082B4A;
  --cobalt-950: #051B2E;
}
Generate More ShadesCreate PaletteConvert Color