Cobalt

#005DE0

Blue

Color Codes

All color formats for development

HEX
#005DE0
RGB
rgb(0, 93, 224)
HSL
hsl(215, 100%, 44%)
OKLCH
oklch(0.519 0.213 260.1)
CMYK
cmyk(100%, 58%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

5.77:1

AA AAA

On Black Background

3.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DBEA
200
#BDD8
300
#8ABB
400
#4D97
500
#1A79
600
#005D
700
#004A
800
#0035
900
#0022
950
#0015

Shades

Darker variations

1#0054CA
2#004BB4
3#00419D
4#003887
5#002F70
6#00255A
7#001C43
8#00132D
9#000916

Tints

Lighter variations

1#0069FD
2#1B7AFF
3#378AFF
4#549BFF
5#70ACFF
6#8DBCFF
7#A9CDFF
8#C6DEFF
9#E2EEFF

Tones

Muted variations

1#0B5FD5
2#1661CA
3#2263BF
4#2D65B4
5#3867A8
6#43699D
7#4F6B92
8#5A6C87
9#656E7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DBEA
#DBEAFF
Light backgroundsTable row hoverSkeleton loading
200
BDD8
#BDD8FF
Secondary backgroundsInput backgroundsDividers
300
8ABB
#8ABBFF
BordersInactive statesPlaceholder text
400
4D97
#4D97FF
Disabled statesSecondary iconsMuted text
500
1A79
#1A79FF
Primary brand colorCTAsActive elementsLinks
600
005D
#005DE0
Hover statesFocus ringsPrimary buttons hover
700
004A
#004AB3
Active/pressed statesDark mode accentsSecondary text
800
0035
#003580
Text on light backgroundsHeadingsStrong borders
900
0022
#002252
Primary textHigh emphasis contentDark headings
950
0015
#001533
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FF;
  --cobalt-100: #DBEAFF;
  --cobalt-200: #BDD8FF;
  --cobalt-300: #8ABBFF;
  --cobalt-400: #4D97FF;
  --cobalt-500: #1A79FF;
  --cobalt-600: #005DE0;
  --cobalt-700: #004AB3;
  --cobalt-800: #003580;
  --cobalt-900: #002252;
  --cobalt-950: #001533;
}
Generate More ShadesCreate PaletteConvert Color