Cobalt
#314DAF
BlueColor Codes
All color formats for development
HEX
#314DAFRGB
rgb(49, 77, 175)HSL
hsl(227, 56%, 44%)OKLCH
oklch(0.458 0.16 267.6)CMYK
cmyk(72%, 56%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C459E
2#273D8C
3#23367B
4#1E2E69
5#192658
6#141F46
7#0F1735
8#0A0F23
9#050812
Tints
Lighter variations
1#3856C5
2#4D69CD
3#637BD3
4#798ED9
5#90A1E0
6#A6B4E6
7#BCC7EC
8#D2D9F2
9#E9ECF9
Tones
Muted variations
1#3850A9
2#3E54A2
3#44579C
4#4B5B96
5#515E90
6#576289
7#5D6683
8#64697D
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD3 #CBD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B2 #A4B2E5 | BordersInactive statesPlaceholder text |
| 400 | 7489 #7489D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C68 #4C68CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314D #314DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273D #273D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2C #1C2C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121C #121C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E3E7F7;
--cobalt-200: #CBD3F0;
--cobalt-300: #A4B2E5;
--cobalt-400: #7489D8;
--cobalt-500: #4C68CD;
--cobalt-600: #314DAF;
--cobalt-700: #273D8B;
--cobalt-800: #1C2C63;
--cobalt-900: #121C40;
--cobalt-950: #0B1128;
}