Cobalt

#035EDD

Blue

Color Codes

All color formats for development

HEX
#035EDD
RGB
rgb(3, 94, 221)
HSL
hsl(215, 97%, 44%)
OKLCH
oklch(0.519 0.208 259.9)
CMYK
cmyk(99%, 57%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.75:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BED8
300
#8BBB
400
#4F97
500
#1D7A
600
#035E
700
#034B
800
#0235
900
#0122
950
#0115

Shades

Darker variations

1#0355C7
2#034BB1
3#02429B
4#023885
5#022F6F
6#012658
7#011C42
8#01132C
9#000916

Tints

Lighter variations

1#046AF9
2#1E7AFC
3#3A8BFC
4#569BFC
5#72ACFD
6#8EBDFD
7#ABCDFE
8#C7DEFE
9#E3EEFF

Tones

Muted variations

1#0E60D2
2#1962C7
3#2464BC
4#2F65B2
5#3A67A7
6#45699C
7#506B91
8#5A6D86
9#656E7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEA
#DCEAFE
Light backgroundsTable row hoverSkeleton loading
200
BED8
#BED8FE
Secondary backgroundsInput backgroundsDividers
300
8BBB
#8BBBFD
BordersInactive statesPlaceholder text
400
4F97
#4F97FC
Disabled statesSecondary iconsMuted text
500
1D7A
#1D7AFC
Primary brand colorCTAsActive elementsLinks
600
035E
#035EDD
Hover statesFocus ringsPrimary buttons hover
700
034B
#034BB0
Active/pressed statesDark mode accentsSecondary text
800
0235
#02357E
Text on light backgroundsHeadingsStrong borders
900
0122
#012250
Primary textHigh emphasis contentDark headings
950
0115
#011532
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FF;
  --cobalt-100: #DCEAFE;
  --cobalt-200: #BED8FE;
  --cobalt-300: #8BBBFD;
  --cobalt-400: #4F97FC;
  --cobalt-500: #1D7AFC;
  --cobalt-600: #035EDD;
  --cobalt-700: #034BB0;
  --cobalt-800: #02357E;
  --cobalt-900: #012250;
  --cobalt-950: #011532;
}
Generate More ShadesCreate PaletteConvert Color