Cobalt
#035CB0
BlueColor Codes
All color formats for development
HEX
#035CB0RGB
rgb(3, 92, 176)HSL
hsl(209, 97%, 35%)OKLCH
oklch(0.479 0.152 254.3)CMYK
cmyk(98%, 48%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02539E
2#024A8D
3#02407B
4#023769
5#012E58
6#012546
7#011C35
8#011223
9#000912
Tints
Lighter variations
1#036DD0
2#047EF1
3#1A8FFC
4#3B9FFC
5#5CAFFD
6#7CBFFD
7#9DCFFE
8#BEDFFE
9#DEEFFF
Tones
Muted variations
1#0B5CA7
2#145C9F
3#1D5B96
4#255B8D
5#2E5B85
6#375A7C
7#3F5A73
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 | BEDF #BEDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FD | BordersInactive statesPlaceholder text |
| 400 | 4FA9 #4FA9FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D90 #1D90FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0374 #0374DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 035C #035CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0242 #02427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A50 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEEFE;
--cobalt-200: #BEDFFE;
--cobalt-300: #8BC6FD;
--cobalt-400: #4FA9FC;
--cobalt-500: #1D90FC;
--cobalt-600: #0374DD;
--cobalt-700: #035CB0;
--cobalt-800: #02427E;
--cobalt-900: #012A50;
--cobalt-950: #011A32;
}