Cobalt
#25468D
BlueColor Codes
All color formats for development
HEX
#25468DRGB
rgb(37, 70, 141)HSL
hsl(221, 58%, 35%)OKLCH
oklch(0.411 0.124 263.2)CMYK
cmyk(74%, 50%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223F7F
2#1E3871
3#1A3163
4#162A55
5#132347
6#0F1C38
7#0B152A
8#070E1C
9#04070E
Tints
Lighter variations
1#2C53A7
2#3360C1
3#4872CE
4#6286D5
5#7C9BDC
6#96AFE3
7#B0C3EA
8#CBD7F1
9#E5EBF8
Tones
Muted variations
1#2B4888
2#304A83
3#354C7D
4#3A4E78
5#3F5073
6#45526E
7#4A5469
8#4F5564
9#54575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E3E9F8;
--cobalt-200: #CBD7F1;
--cobalt-300: #A2B8E6;
--cobalt-400: #7293DA;
--cobalt-500: #4A74CF;
--cobalt-600: #2F58B1;
--cobalt-700: #25468D;
--cobalt-800: #1B3265;
--cobalt-900: #112040;
--cobalt-950: #0B1428;
}