Cobalt
#0E27A4
BlueColor Codes
All color formats for development
HEX
#0E27A4RGB
rgb(14, 39, 164)HSL
hsl(230, 84%, 35%)OKLCH
oklch(0.365 0.198 265.7)CMYK
cmyk(91%, 76%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2394
2#0B1F83
3#0A1B73
4#091863
5#071452
6#061042
7#040C31
8#030821
9#010410
Tints
Lighter variations
1#112FC3
2#1436E1
3#2A4AEC
4#4864EF
5#677EF2
6#8598F4
7#A4B1F7
8#C2CBFA
9#E1E5FC
Tones
Muted variations
1#162C9D
2#1D3195
3#25368E
4#2C3B86
5#34407F
6#3B4577
7#434A70
8#4A4F68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A4 #93A4F6 | BordersInactive statesPlaceholder text |
| 400 | 5B74 #5B74F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4C #2C4CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1231 #1231CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E27 #0E27A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1C #0A1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE3FC;
--cobalt-200: #C2CBFA;
--cobalt-300: #93A4F6;
--cobalt-400: #5B74F1;
--cobalt-500: #2C4CED;
--cobalt-600: #1231CE;
--cobalt-700: #0E27A4;
--cobalt-800: #0A1C75;
--cobalt-900: #07124B;
--cobalt-950: #040B2F;
}