Cobalt
#025FB1
BlueColor Codes
All color formats for development
HEX
#025FB1RGB
rgb(2, 95, 177)HSL
hsl(208, 98%, 35%)OKLCH
oklch(0.487 0.15 253.3)CMYK
cmyk(99%, 46%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02569F
2#014C8D
3#01437C
4#01396A
5#013058
6#012647
7#011D35
8#001323
9#000A12
Tints
Lighter variations
1#0271D2
2#0282F2
3#1993FD
4#3AA2FD
5#5BB2FD
6#7CC1FE
7#9DD1FE
8#BDE0FE
9#DEF0FF
Tones
Muted variations
1#0B5EA8
2#135E9F
3#1C5D96
4#255D8E
5#2E5C85
6#365C7C
7#3F5B73
8#485A6B
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE0 #BDE0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC8 #8BC8FE | BordersInactive statesPlaceholder text |
| 400 | 4EAC #4EACFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C94 #1C94FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0278 #0278DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 025F #025FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0144 #01447E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012B #012B51 | Primary textHigh emphasis contentDark headings |
| 950 | 011B #011B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEEFF;
--cobalt-200: #BDE0FE;
--cobalt-300: #8BC8FE;
--cobalt-400: #4EACFD;
--cobalt-500: #1C94FD;
--cobalt-600: #0278DE;
--cobalt-700: #025FB1;
--cobalt-800: #01447E;
--cobalt-900: #012B51;
--cobalt-950: #011B32;
}