Cobalt

#234590

Blue

Color Codes

All color formats for development

HEX
#234590
RGB
rgb(35, 69, 144)
HSL
hsl(221, 61%, 35%)
OKLCH
oklch(0.41 0.131 263.4)
CMYK
cmyk(76%, 52%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

9.03:1

AA AAA

On Black Background

2.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2E9
200
#CAD6
300
#A1B7
400
#6F92
500
#4673
600
#2C57
700
#2345
800
#1931
900
#1020
950
#0A14

Shades

Darker variations

1#1F3E81
2#1C3773
3#183165
4#152A56
5#112348
6#0E1C39
7#0A152B
8#070E1D
9#03070E

Tints

Lighter variations

1#2952AA
2#305FC5
3#4471D2
4#5F85D8
5#7A9ADF
6#94AEE5
7#AFC2EC
8#CAD6F2
9#E4EBF9

Tones

Muted variations

1#28478A
2#2E4985
3#334B7F
4#394D7A
5#3E4F74
6#43516F
7#49536A
8#4E5564
9#54575F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F8
Light backgroundsTable row hoverSkeleton loading
200
CAD6
#CAD6F2
Secondary backgroundsInput backgroundsDividers
300
A1B7
#A1B7E8
BordersInactive statesPlaceholder text
400
6F92
#6F92DC
Disabled statesSecondary iconsMuted text
500
4673
#4673D2
Primary brand colorCTAsActive elementsLinks
600
2C57
#2C57B5
Hover statesFocus ringsPrimary buttons hover
700
2345
#234590
Active/pressed statesDark mode accentsSecondary text
800
1931
#193167
Text on light backgroundsHeadingsStrong borders
900
1020
#102042
Primary textHigh emphasis contentDark headings
950
0A14
#0A1429
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F3F6FC;
  --cobalt-100: #E2E9F8;
  --cobalt-200: #CAD6F2;
  --cobalt-300: #A1B7E8;
  --cobalt-400: #6F92DC;
  --cobalt-500: #4673D2;
  --cobalt-600: #2C57B5;
  --cobalt-700: #234590;
  --cobalt-800: #193167;
  --cobalt-900: #102042;
  --cobalt-950: #0A1429;
}
Generate More ShadesCreate PaletteConvert Color