Cobalt

#076AAB

Blue

Color Codes

All color formats for development

HEX
#076AAB
RGB
rgb(7, 106, 171)
HSL
hsl(204, 92%, 35%)
OKLCH
oklch(0.509 0.13 246.5)
CMYK
cmyk(96%, 38%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

5.74:1

AA AAA

On Black Background

3.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF0
200
#BFE4
300
#8ECF
400
#54B6
500
#23A1
600
#0985
700
#076A
800
#054B
900
#0330
950
#021E

Shades

Darker variations

1#065F9A
2#065589
3#054A78
4#043F67
5#043556
6#032A45
7#022033
8#011522
9#010B11

Tints

Lighter variations

1#087DCB
2#0A91EB
3#20A0F6
4#40AEF7
5#60BBF8
6#80C9FA
7#A0D6FB
8#BFE4FC
9#DFF1FE

Tones

Muted variations

1#0F68A3
2#18669B
3#206593
4#28638B
5#306182
6#38607A
7#415E72
8#495D6A
9#515B61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF0
#DDF0FE
Light backgroundsTable row hoverSkeleton loading
200
BFE4
#BFE4FC
Secondary backgroundsInput backgroundsDividers
300
8ECF
#8ECFFA
BordersInactive statesPlaceholder text
400
54B6
#54B6F8
Disabled statesSecondary iconsMuted text
500
23A1
#23A1F6
Primary brand colorCTAsActive elementsLinks
600
0985
#0985D7
Hover statesFocus ringsPrimary buttons hover
700
076A
#076AAB
Active/pressed statesDark mode accentsSecondary text
800
054B
#054B7A
Text on light backgroundsHeadingsStrong borders
900
0330
#03304E
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: #DDF0FE;
  --cobalt-200: #BFE4FC;
  --cobalt-300: #8ECFFA;
  --cobalt-400: #54B6F8;
  --cobalt-500: #23A1F6;
  --cobalt-600: #0985D7;
  --cobalt-700: #076AAB;
  --cobalt-800: #054B7A;
  --cobalt-900: #03304E;
  --cobalt-950: #021E31;
}
Generate More ShadesCreate PaletteConvert Color