Cobalt
#314FAF
BlueColor Codes
All color formats for development
HEX
#314FAFRGB
rgb(49, 79, 175)HSL
hsl(226, 56%, 44%)OKLCH
oklch(0.462 0.157 266.9)CMYK
cmyk(72%, 55%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C479E
2#273F8C
3#23377B
4#1E2F69
5#192758
6#141F46
7#0F1835
8#0A1023
9#050812
Tints
Lighter variations
1#3859C5
2#4D6BCD
3#637DD3
4#7990D9
5#90A2E0
6#A6B5E6
7#BCC7EC
8#D2DAF2
9#E9ECF9
Tones
Muted variations
1#3852A9
2#3E55A2
3#44599C
4#4B5C96
5#515F90
6#576389
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 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD4 #CBD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B3 #A4B3E5 | BordersInactive statesPlaceholder text |
| 400 | 748B #748BD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6A #4C6ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314F #314FAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273F #273F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2D #1C2D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121D #121D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E3E8F7;
--cobalt-200: #CBD4F0;
--cobalt-300: #A4B3E5;
--cobalt-400: #748BD8;
--cobalt-500: #4C6ACD;
--cobalt-600: #314FAF;
--cobalt-700: #273F8B;
--cobalt-800: #1C2D63;
--cobalt-900: #121D40;
--cobalt-950: #0B1228;
}