Cobalt
#1464CC
BlueColor Codes
All color formats for development
HEX
#1464CCRGB
rgb(20, 100, 204)HSL
hsl(214, 82%, 44%)OKLCH
oklch(0.52 0.177 257.8)CMYK
cmyk(90%, 51%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125AB8
2#1050A3
3#0E468F
4#0C3C7B
5#0A3266
6#082852
7#061E3D
8#041429
9#020A14
Tints
Lighter variations
1#1771E6
2#2F80EA
3#4990ED
4#63A0F0
5#7DB0F2
6#97C0F5
7#B1CFF7
8#CBDFFA
9#E5EFFC
Tones
Muted variations
1#1D65C3
2#2766BA
3#3068B1
4#3969A7
5#426A9E
6#4B6B95
7#556D8C
8#5E6E83
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E80 #2E80EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1464 #1464CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 104F #104FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3974 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DFEBFC;
--cobalt-200: #C3DAF9;
--cobalt-300: #94BEF4;
--cobalt-400: #5D9CEF;
--cobalt-500: #2E80EA;
--cobalt-600: #1464CC;
--cobalt-700: #104FA2;
--cobalt-800: #0B3974;
--cobalt-900: #07244A;
--cobalt-950: #05172E;
}