Cobalt
#1254CE
BlueColor Codes
All color formats for development
HEX
#1254CERGB
rgb(18, 84, 206)HSL
hsl(219, 84%, 44%)OKLCH
oklch(0.488 0.199 261.6)CMYK
cmyk(91%, 59%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#104CBA
2#0E43A5
3#0D3B91
4#0B327C
5#092A67
6#072253
7#05193E
8#041129
9#020815
Tints
Lighter variations
1#145FE9
2#2D70ED
3#4782EF
4#6194F1
5#7CA6F4
6#96B7F6
7#B0C9F8
8#CADBFA
9#E5EDFD
Tones
Muted variations
1#1B57C5
2#255ABC
3#2E5CB2
4#385FA9
5#41629F
6#4B6596
7#54688C
8#5D6B83
9#676D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B6 #93B6F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8F #5B8FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C6F #2C6FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1254 #1254CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E43 #0E43A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A30 #0A3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE9FC;
--cobalt-200: #C2D5FA;
--cobalt-300: #93B6F6;
--cobalt-400: #5B8FF1;
--cobalt-500: #2C6FED;
--cobalt-600: #1254CE;
--cobalt-700: #0E43A4;
--cobalt-800: #0A3075;
--cobalt-900: #071F4B;
--cobalt-950: #04132F;
}