Cobalt

#0869AA

Blue

Color Codes

All color formats for development

HEX
#0869AA
RGB
rgb(8, 105, 170)
HSL
hsl(204, 91%, 35%)
OKLCH
oklch(0.506 0.13 246.8)
CMYK
cmyk(95%, 38%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

5.81:1

AA AAA

On Black Background

3.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF0
200
#C0E4
300
#8FCF
400
#55B6
500
#24A1
600
#0A85
700
#0869
800
#064B
900
#0430
950
#021E

Shades

Darker variations

1#075F99
2#065488
3#064A77
4#053F66
5#043555
6#032A44
7#022033
8#021522
9#010B11

Tints

Lighter variations

1#0A7DCA
2#0B91EA
3#21A0F5
4#41AEF6
5#61BBF8
6#80C9F9
7#A0D6FB
8#C0E4FC
9#DFF1FE

Tones

Muted variations

1#1068A2
2#18669A
3#206592
4#29638A
5#316182
6#39607A
7#415E72
8#495C69
9#515B61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF0
#DDF0FD
Light backgroundsTable row hoverSkeleton loading
200
C0E4
#C0E4FC
Secondary backgroundsInput backgroundsDividers
300
8FCF
#8FCFFA
BordersInactive statesPlaceholder text
400
55B6
#55B6F7
Disabled statesSecondary iconsMuted text
500
24A1
#24A1F5
Primary brand colorCTAsActive elementsLinks
600
0A85
#0A85D6
Hover statesFocus ringsPrimary buttons hover
700
0869
#0869AA
Active/pressed statesDark mode accentsSecondary text
800
064B
#064B7A
Text on light backgroundsHeadingsStrong borders
900
0430
#04304E
Primary textHigh emphasis contentDark headings
950
021E
#021E31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F9FE;
  --cobalt-100: #DDF0FD;
  --cobalt-200: #C0E4FC;
  --cobalt-300: #8FCFFA;
  --cobalt-400: #55B6F7;
  --cobalt-500: #24A1F5;
  --cobalt-600: #0A85D6;
  --cobalt-700: #0869AA;
  --cobalt-800: #064B7A;
  --cobalt-900: #04304E;
  --cobalt-950: #021E31;
}
Generate More ShadesCreate PaletteConvert Color