Cobalt
#0314B0
BlueColor Codes
All color formats for development
HEX
#0314B0RGB
rgb(3, 20, 176)HSL
hsl(234, 97%, 35%)OKLCH
oklch(0.355 0.228 264.6)CMYK
cmyk(98%, 89%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02129E
2#02108D
3#020E7B
4#020C69
5#010A58
6#010846
7#010635
8#010423
9#000212
Tints
Lighter variations
1#0318D0
2#041BF1
3#1A31FC
4#3B4EFC
5#5C6CFD
6#7C89FD
7#9DA7FE
8#BEC4FE
9#DEE2FF
Tones
Muted variations
1#0B1BA7
2#14229F
3#1D2996
4#25308D
5#2E3785
6#373E7C
7#3F4473
8#484B6B
9#515262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B97 #8B97FD | BordersInactive statesPlaceholder text |
| 400 | 4F60 #4F60FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D33 #1D33FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0319 #0319DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0314 #0314B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020E #020E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010950 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F1FF;
--cobalt-100: #DCDFFE;
--cobalt-200: #BEC4FE;
--cobalt-300: #8B97FD;
--cobalt-400: #4F60FC;
--cobalt-500: #1D33FC;
--cobalt-600: #0319DD;
--cobalt-700: #0314B0;
--cobalt-800: #020E7E;
--cobalt-900: #010950;
--cobalt-950: #010632;
}