Cobalt
#0D5EA5
BlueColor Codes
All color formats for development
HEX
#0D5EA5RGB
rgb(13, 94, 165)HSL
hsl(208, 85%, 35%)OKLCH
oklch(0.477 0.134 251.6)CMYK
cmyk(92%, 43%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C5595
2#0B4B84
3#094274
4#083963
5#072F53
6#052642
7#041C32
8#031321
9#010911
Tints
Lighter variations
1#1070C4
2#1281E2
3#2892EE
4#47A1F0
5#66B1F3
6#84C0F5
7#A3D0F8
8#C2E0FA
9#E0EFFD
Tones
Muted variations
1#155E9E
2#1D5D96
3#245D8E
4#2C5C87
5#335C7F
6#3B5B78
7#425B70
8#4A5A68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5AAB #5AABF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B93 #2B93EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1177 #1177D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D5E #0D5EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEEFC;
--cobalt-200: #C2E0FA;
--cobalt-300: #92C8F6;
--cobalt-400: #5AABF2;
--cobalt-500: #2B93EE;
--cobalt-600: #1177D0;
--cobalt-700: #0D5EA5;
--cobalt-800: #0A4376;
--cobalt-900: #062B4B;
--cobalt-950: #041B2F;
}