Cobalt
#114DD0
BlueColor Codes
All color formats for development
HEX
#114DD0RGB
rgb(17, 77, 208)HSL
hsl(221, 85%, 44%)OKLCH
oklch(0.476 0.21 262.8)CMYK
cmyk(92%, 63%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F46BB
2#0D3EA6
3#0C3691
4#0A2E7D
5#082768
6#071F53
7#05173E
8#030F2A
9#020815
Tints
Lighter variations
1#1357EA
2#2C69EE
3#467CF0
4#608FF2
5#7BA1F4
6#95B4F6
7#B0C7F9
8#CADAFB
9#E5ECFD
Tones
Muted variations
1#1A51C6
2#2454BC
3#2D58B3
4#375BA9
5#415FA0
6#4A6296
7#54668D
8#5D6983
9#676D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B2 #92B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8A #5A8AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B68 #2B68EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114D #114DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3D #0D3DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061C #061C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE8FC;
--cobalt-200: #C2D4FA;
--cobalt-300: #92B2F6;
--cobalt-400: #5A8AF2;
--cobalt-500: #2B68EE;
--cobalt-600: #114DD0;
--cobalt-700: #0D3DA5;
--cobalt-800: #0A2C76;
--cobalt-900: #061C4B;
--cobalt-950: #04122F;
}