Cobalt
#27498B
BlueColor Codes
All color formats for development
HEX
#27498BRGB
rgb(39, 73, 139)HSL
hsl(220, 56%, 35%)OKLCH
oklch(0.417 0.117 262.1)CMYK
cmyk(72%, 47%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23417D
2#1F3A6F
3#1B3361
4#182C54
5#142446
6#101D38
7#0C162A
8#080F1C
9#04070E
Tints
Lighter variations
1#2F56A5
2#3664BF
3#4A75CC
4#6489D3
5#7E9DDB
6#98B0E2
7#B1C4E9
8#CBD8F0
9#E5EBF8
Tones
Muted variations
1#2C4A86
2#314C81
3#364E7C
4#3B4F77
5#405172
6#45536D
7#4A5468
8#4F5663
9#54585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7495 #7495D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C77 #4C77CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315B #315BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2749 #27498B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C34 #1C3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #122140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E3EAF7;
--cobalt-200: #CBD8F0;
--cobalt-300: #A4B9E5;
--cobalt-400: #7495D8;
--cobalt-500: #4C77CD;
--cobalt-600: #315BAF;
--cobalt-700: #27498B;
--cobalt-800: #1C3463;
--cobalt-900: #122140;
--cobalt-950: #0B1528;
}