Cobalt

#074078

Blue

Color Codes

All color formats for development

HEX
#074078
RGB
rgb(7, 64, 120)
HSL
hsl(210, 89%, 25%)
OKLCH
oklch(0.371 0.11 253.5)
CMYK
cmyk(94%, 47%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

10.43:1

AA AAA

On Black Background

2.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DDED
200
#C0DE
300
#90C4
400
#56A6
500
#268C
600
#0C70
700
#0A59
800
#0740
900
#0429
950
#031A

Shades

Darker variations

1#06396C
2#063360
3#052D54
4#042648
5#04203C
6#031930
7#021324
8#010D18
9#01060C

Tints

Lighter variations

1#09539D
2#0B66C1
3#0D79E5
4#268CF2
5#4A9FF4
6#6EB2F7
7#93C6F9
8#B7D9FB
9#DBECFD

Tones

Muted variations

1#0D4073
2#12406D
3#184067
4#1E4062
5#23405C
6#294056
7#2F4051
8#34404B
9#3A4045

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDED
#DDEDFD
Light backgroundsTable row hoverSkeleton loading
200
C0DE
#C0DEFB
Secondary backgroundsInput backgroundsDividers
300
90C4
#90C4F9
BordersInactive statesPlaceholder text
400
56A6
#56A6F5
Disabled statesSecondary iconsMuted text
500
268C
#268CF2
Primary brand colorCTAsActive elementsLinks
600
0C70
#0C70D4
Hover statesFocus ringsPrimary buttons hover
700
0A59
#0A59A9
Active/pressed statesDark mode accentsSecondary text
800
0740
#074078
Text on light backgroundsHeadingsStrong borders
900
0429
#04294D
Primary textHigh emphasis contentDark headings
950
031A
#031A30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F7FE;
  --cobalt-100: #DDEDFD;
  --cobalt-200: #C0DEFB;
  --cobalt-300: #90C4F9;
  --cobalt-400: #56A6F5;
  --cobalt-500: #268CF2;
  --cobalt-600: #0C70D4;
  --cobalt-700: #0A59A9;
  --cobalt-800: #074078;
  --cobalt-900: #04294D;
  --cobalt-950: #031A30;
}
Generate More ShadesCreate PaletteConvert Color