Cobalt
#024E7E
BlueColor Codes
All color formats for development
HEX
#024E7ERGB
rgb(2, 78, 126)HSL
hsl(203, 97%, 25%)OKLCH
oklch(0.41 0.103 245.4)CMYK
cmyk(98%, 38%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024671
2#023F64
3#013758
4#012F4B
5#01273F
6#011F32
7#011726
8#001019
9#00080D
Tints
Lighter variations
1#0266A3
2#037DC9
3#0495EF
4#1DA6FC
5#43B5FC
6#68C4FD
7#8ED3FD
8#B4E1FE
9#D9F0FE
Tones
Muted variations
1#084D77
2#0E4B71
3#144A6B
4#1B4865
5#21475F
6#274658
7#2D4452
8#33434C
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE5 #BEE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FD | BordersInactive statesPlaceholder text |
| 400 | 4FBA #4FBAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA6 #1DA6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 038A #038ADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036D #036DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024E #024E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013250 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF1FE;
--cobalt-200: #BEE5FE;
--cobalt-300: #8BD2FD;
--cobalt-400: #4FBAFC;
--cobalt-500: #1DA6FC;
--cobalt-600: #038ADD;
--cobalt-700: #036DB0;
--cobalt-800: #024E7E;
--cobalt-900: #013250;
--cobalt-950: #011F32;
}