Cobalt
#0572AD
BlueColor Codes
All color formats for development
HEX
#0572ADRGB
rgb(5, 114, 173)HSL
hsl(201, 94%, 35%)OKLCH
oklch(0.529 0.125 242.3)CMYK
cmyk(97%, 34%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05679C
2#045C8B
3#045079
4#034568
5#033957
6#022E45
7#022234
8#011723
9#010B11
Tints
Lighter variations
1#0688CD
2#079DED
3#1EACF8
4#3EB8F9
5#5EC3FA
6#7ECFFB
7#9FDBFC
8#BFE7FD
9#DFF3FE
Tones
Muted variations
1#0E70A5
2#166D9C
3#1F6B94
4#27688C
5#2F6683
6#38637B
7#406172
8#485E6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE7 #BFE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD5 #8DD5FB | BordersInactive statesPlaceholder text |
| 400 | 52BF #52BFFA | Disabled statesSecondary iconsMuted text |
| 500 | 20AD #20ADF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0790 #0790DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0572 #0572AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0452 #04527C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0234 #02344F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0FAFF;
--cobalt-100: #DCF2FE;
--cobalt-200: #BFE7FD;
--cobalt-300: #8DD5FB;
--cobalt-400: #52BFFA;
--cobalt-500: #20ADF8;
--cobalt-600: #0790DA;
--cobalt-700: #0572AD;
--cobalt-800: #04527C;
--cobalt-900: #02344F;
--cobalt-950: #022131;
}