Cobalt
#0F68A3
BlueColor Codes
All color formats for development
HEX
#0F68A3RGB
rgb(15, 104, 163)HSL
hsl(204, 83%, 35%)OKLCH
oklch(0.5 0.121 245.3)CMYK
cmyk(91%, 36%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5E93
2#0C5383
3#0B4972
4#093E62
5#083452
6#062A41
7#051F31
8#031521
9#020A10
Tints
Lighter variations
1#127BC2
2#158FE0
3#2B9EEB
4#49ACEE
5#67BAF1
6#86C8F4
7#A4D6F7
8#C2E3F9
9#E1F1FC
Tones
Muted variations
1#17679C
2#1E6595
3#25648D
4#2D6286
5#34617E
6#3C5F77
7#435E6F
8#4A5C68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB5 #5CB5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9F #2D9FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1383 #1383CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F68 #0F68A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DEF0FC;
--cobalt-200: #C2E3F9;
--cobalt-300: #94CEF5;
--cobalt-400: #5CB5F0;
--cobalt-500: #2D9FEB;
--cobalt-600: #1383CD;
--cobalt-700: #0F68A3;
--cobalt-800: #0B4A75;
--cobalt-900: #07304B;
--cobalt-950: #041E2F;
}