Cobalt

#205D92

Blue

Color Codes

All color formats for development

HEX
#205D92
RGB
rgb(32, 93, 146)
HSL
hsl(208, 64%, 35%)
OKLCH
oklch(0.466 0.106 248.6)
CMYK
cmyk(78%, 36%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

6.90:1

AA AAA

On Black Background

3.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E2EE
200
#C9DF
300
#9FC7
400
#6DAA
500
#4391
600
#2875
700
#205D
800
#1742
900
#0F2B
950
#091B

Shades

Darker variations

1#1D5484
2#1A4A75
3#164166
4#133858
5#102F49
6#0D253B
7#0A1C2C
8#06131D
9#03090F

Tints

Lighter variations

1#266EAE
2#2C80C9
3#4190D5
4#5CA0DB
5#77B0E1
6#92C0E7
7#ADCFED
8#C9DFF3
9#E4EFF9

Tones

Muted variations

1#265D8D
2#2C5C87
3#315C81
4#375C7C
5#3D5B76
6#425B70
7#485A6A
8#4E5A65
9#545A5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EE
#E2EEF9
Light backgroundsTable row hoverSkeleton loading
200
C9DF
#C9DFF3
Secondary backgroundsInput backgroundsDividers
300
9FC7
#9FC7EA
BordersInactive statesPlaceholder text
400
6DAA
#6DAADF
Disabled statesSecondary iconsMuted text
500
4391
#4391D6
Primary brand colorCTAsActive elementsLinks
600
2875
#2875B8
Hover statesFocus ringsPrimary buttons hover
700
205D
#205D92
Active/pressed statesDark mode accentsSecondary text
800
1742
#174269
Text on light backgroundsHeadingsStrong borders
900
0F2B
#0F2B43
Primary textHigh emphasis contentDark headings
950
091B
#091B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F8FC;
  --cobalt-100: #E2EEF9;
  --cobalt-200: #C9DFF3;
  --cobalt-300: #9FC7EA;
  --cobalt-400: #6DAADF;
  --cobalt-500: #4391D6;
  --cobalt-600: #2875B8;
  --cobalt-700: #205D92;
  --cobalt-800: #174269;
  --cobalt-900: #0F2B43;
  --cobalt-950: #091B2A;
}
Generate More ShadesCreate PaletteConvert Color