Cobalt
#0D68A5
BlueColor Codes
All color formats for development
HEX
#0D68A5RGB
rgb(13, 104, 165)HSL
hsl(204, 85%, 35%)OKLCH
oklch(0.501 0.124 245.9)CMYK
cmyk(92%, 37%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C5E95
2#0B5484
3#094974
4#083F63
5#073453
6#052A42
7#041F32
8#031521
9#010A11
Tints
Lighter variations
1#107CC4
2#128FE2
3#289FEE
4#47ACF0
5#66BAF3
6#84C8F5
7#A3D6F8
8#C2E3FA
9#E0F1FD
Tones
Muted variations
1#15679E
2#1D6596
3#24648E
4#2C6287
5#33617F
6#3B5F78
7#425E70
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 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CE #92CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB5 #5AB5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA0 #2BA0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1183 #1183D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D68 #0D68A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4B #0A4B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0630 #06304B | 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: #C2E3FA;
--cobalt-300: #92CEF6;
--cobalt-400: #5AB5F2;
--cobalt-500: #2BA0EE;
--cobalt-600: #1183D0;
--cobalt-700: #0D68A5;
--cobalt-800: #0A4B76;
--cobalt-900: #06304B;
--cobalt-950: #041E2F;
}