Cobalt
#1364CD
BlueColor Codes
All color formats for development
HEX
#1364CDRGB
rgb(19, 100, 205)HSL
hsl(214, 83%, 44%)OKLCH
oklch(0.521 0.179 257.8)CMYK
cmyk(91%, 51%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115AB9
2#0F50A4
3#0D4690
4#0B3C7B
5#0A3267
6#082852
7#061E3E
8#041429
9#020A15
Tints
Lighter variations
1#1670E7
2#2E80EC
3#4890EE
4#62A0F0
5#7CB0F3
6#96C0F5
7#B1CFF8
8#CBDFFA
9#E5EFFD
Tones
Muted variations
1#1C65C4
2#2666BB
3#2F68B1
4#3869A8
5#426A9F
6#4B6B95
7#546C8C
8#5E6E83
9#676F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DA #C2DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9C #5C9CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D80 #2D80EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1364 #1364CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4F #0F4FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEEBFC;
--cobalt-200: #C2DAF9;
--cobalt-300: #94BEF5;
--cobalt-400: #5C9CF0;
--cobalt-500: #2D80EB;
--cobalt-600: #1364CD;
--cobalt-700: #0F4FA3;
--cobalt-800: #0B3975;
--cobalt-900: #07244B;
--cobalt-950: #04172F;
}