Cobalt
#035FB0
BlueColor Codes
All color formats for development
HEX
#035FB0RGB
rgb(3, 95, 176)HSL
hsl(208, 97%, 35%)OKLCH
oklch(0.486 0.149 253.1)CMYK
cmyk(98%, 46%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02569E
2#024C8D
3#02437B
4#023969
5#013058
6#012646
7#011D35
8#011323
9#000A12
Tints
Lighter variations
1#0371D0
2#0482F1
3#1A92FC
4#3BA2FC
5#5CB1FD
6#7CC1FD
7#9DD0FE
8#BEE0FE
9#DEEFFF
Tones
Muted variations
1#0B5EA7
2#145E9F
3#1D5D96
4#255D8D
5#2E5C85
6#375C7C
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 #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE0 #BEE0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC8 #8BC8FD | BordersInactive statesPlaceholder text |
| 400 | 4FAC #4FACFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D94 #1D94FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0377 #0377DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 035F #035FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0244 #02447E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012B #012B50 | 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: #DCEEFE;
--cobalt-200: #BEE0FE;
--cobalt-300: #8BC8FD;
--cobalt-400: #4FACFC;
--cobalt-500: #1D94FC;
--cobalt-600: #0377DD;
--cobalt-700: #035FB0;
--cobalt-800: #02447E;
--cobalt-900: #012B50;
--cobalt-950: #011B32;
}