Cobalt
#0265B1
BlueColor Codes
All color formats for development
HEX
#0265B1RGB
rgb(2, 101, 177)HSL
hsl(206, 98%, 35%)OKLCH
oklch(0.501 0.143 250.7)CMYK
cmyk(99%, 43%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025B9F
2#01518D
3#01477C
4#013D6A
5#013258
6#012847
7#011E35
8#001423
9#000A12
Tints
Lighter variations
1#0278D2
2#028AF2
3#199AFD
4#3AA9FD
5#5BB7FD
6#7CC5FE
7#9DD4FE
8#BDE2FE
9#DEF1FF
Tones
Muted variations
1#0B64A8
2#13639F
3#1C6196
4#25608E
5#2E5F85
6#365E7C
7#3F5D73
8#485C6B
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE2 #BDE2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BCC #8BCCFE | BordersInactive statesPlaceholder text |
| 400 | 4EB1 #4EB1FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C9B #1C9BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 027F #027FDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0265 #0265B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0148 #01487E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012E #012E51 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEFFF;
--cobalt-200: #BDE2FE;
--cobalt-300: #8BCCFE;
--cobalt-400: #4EB1FD;
--cobalt-500: #1C9BFD;
--cobalt-600: #027FDE;
--cobalt-700: #0265B1;
--cobalt-800: #01487E;
--cobalt-900: #012E51;
--cobalt-950: #011D32;
}