Cobalt

#075FDA

Blue

Color Codes

All color formats for development

HEX
#075FDA
RGB
rgb(7, 95, 218)
HSL
hsl(215, 94%, 44%)
OKLCH
oklch(0.519 0.203 259.6)
CMYK
cmyk(97%, 56%, 0%, 15%)

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
#F0F6
100
#DCEA
200
#BFD9
300
#8DBB
400
#5298
500
#207A
600
#075F
700
#054B
800
#0436
900
#0222
950
#0216

Shades

Darker variations

1#0655C4
2#054CAE
3#054298
4#043983
5#032F6D
6#032657
7#021C41
8#01132C
9#010916

Tints

Lighter variations

1#086BF5
2#217BF8
3#3D8BF9
4#599CFA
5#74ACFB
6#90BDFC
7#ACCDFC
8#C8DEFD
9#E3EEFE

Tones

Muted variations

1#1160CF
2#1C62C5
3#2664BA
4#3166AF
5#3B67A5
6#46699A
7#516B90
8#5B6D85
9#666E7B

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
BFD9
#BFD9FD
Secondary backgroundsInput backgroundsDividers
300
8DBB
#8DBBFB
BordersInactive statesPlaceholder text
400
5298
#5298FA
Disabled statesSecondary iconsMuted text
500
207A
#207AF8
Primary brand colorCTAsActive elementsLinks
600
075F
#075FDA
Hover statesFocus ringsPrimary buttons hover
700
054B
#054BAD
Active/pressed statesDark mode accentsSecondary text
800
0436
#04367C
Text on light backgroundsHeadingsStrong borders
900
0222
#02224F
Primary textHigh emphasis contentDark headings
950
0216
#021631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FF;
  --cobalt-100: #DCEAFE;
  --cobalt-200: #BFD9FD;
  --cobalt-300: #8DBBFB;
  --cobalt-400: #5298FA;
  --cobalt-500: #207AF8;
  --cobalt-600: #075FDA;
  --cobalt-700: #054BAD;
  --cobalt-800: #04367C;
  --cobalt-900: #02224F;
  --cobalt-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color