Cobalt
#074078
BlueColor Codes
All color formats for development
HEX
#074078RGB
rgb(7, 64, 120)HSL
hsl(210, 89%, 25%)OKLCH
oklch(0.371 0.11 253.5)CMYK
cmyk(94%, 47%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06396C
2#063360
3#052D54
4#042648
5#04203C
6#031930
7#021324
8#010D18
9#01060C
Tints
Lighter variations
1#09539D
2#0B66C1
3#0D79E5
4#268CF2
5#4A9FF4
6#6EB2F7
7#93C6F9
8#B7D9FB
9#DBECFD
Tones
Muted variations
1#0D4073
2#12406D
3#184067
4#1E4062
5#23405C
6#294056
7#2F4051
8#34404B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 56A6 #56A6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 268C #268CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C70 #0C70D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A59 #0A59A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0740 #074078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C0DEFB;
--cobalt-300: #90C4F9;
--cobalt-400: #56A6F5;
--cobalt-500: #268CF2;
--cobalt-600: #0C70D4;
--cobalt-700: #0A59A9;
--cobalt-800: #074078;
--cobalt-900: #04294D;
--cobalt-950: #031A30;
}