Cobalt
#235790
BlueColor Codes
All color formats for development
HEX
#235790RGB
rgb(35, 87, 144)HSL
hsl(211, 61%, 35%)OKLCH
oklch(0.452 0.109 253.1)CMYK
cmyk(76%, 40%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4F81
2#1C4673
3#183D65
4#153456
5#112C48
6#0E2339
7#0A1A2B
8#07111D
9#03090E
Tints
Lighter variations
1#2968AA
2#3078C5
3#4489D2
4#5F9AD8
5#7AAADF
6#94BBE5
7#AFCCEC
8#CADDF2
9#E4EEF9
Tones
Muted variations
1#28588A
2#2E5885
3#33587F
4#39587A
5#3E5874
6#43596F
7#49596A
8#4E5964
9#54595F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA4 #6FA4DC | Disabled statesSecondary iconsMuted text |
| 500 | 468A #468AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6E #2C6EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2357 #235790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193E #193E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F7FC;
--cobalt-100: #E2EDF8;
--cobalt-200: #CADDF2;
--cobalt-300: #A1C3E8;
--cobalt-400: #6FA4DC;
--cobalt-500: #468AD2;
--cobalt-600: #2C6EB5;
--cobalt-700: #235790;
--cobalt-800: #193E67;
--cobalt-900: #102842;
--cobalt-950: #0A1929;
}