Cobalt
#25568E
BlueColor Codes
All color formats for development
HEX
#25568ERGB
rgb(37, 86, 142)HSL
hsl(212, 59%, 35%)OKLCH
oklch(0.449 0.106 253.8)CMYK
cmyk(74%, 39%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214D80
2#1D4572
3#1A3C63
4#163355
5#122B47
6#0F2239
7#0B1A2B
8#07111C
9#04090E
Tints
Lighter variations
1#2B66A8
2#3276C3
3#4786CF
4#6198D6
5#7BA9DD
6#96BAE4
7#B0CBEB
8#CADDF1
9#E5EEF8
Tones
Muted variations
1#2A5689
2#2F5683
3#34577E
4#3A5779
5#3F5774
6#44586E
7#495869
8#4F5964
9#54595F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E7 | BordersInactive statesPlaceholder text |
| 400 | 71A2 #71A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4988 #4988D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6C #2E6CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3D #1A3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E3ECF8;
--cobalt-200: #CADDF1;
--cobalt-300: #A2C2E7;
--cobalt-400: #71A2DA;
--cobalt-500: #4988D0;
--cobalt-600: #2E6CB2;
--cobalt-700: #25568E;
--cobalt-800: #1A3D65;
--cobalt-900: #112741;
--cobalt-950: #0A1829;
}