Cobalt
#234090
BlueColor Codes
All color formats for development
HEX
#234090RGB
rgb(35, 64, 144)HSL
hsl(224, 61%, 35%)OKLCH
oklch(0.399 0.137 265.5)CMYK
cmyk(76%, 56%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3981
2#1C3373
3#182D65
4#152656
5#112048
6#0E1A39
7#0A132B
8#070D1D
9#03060E
Tints
Lighter variations
1#294CAA
2#3058C5
3#446AD2
4#5F7FD8
5#7A95DF
6#94AAE5
7#AFBFEC
8#CAD4F2
9#E4EAF9
Tones
Muted variations
1#28428A
2#2E4585
3#33477F
4#394A7A
5#3E4D74
6#434F6F
7#49526A
8#4E5464
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B4 #A1B4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8C #6F8CDC | Disabled statesSecondary iconsMuted text |
| 500 | 466C #466CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C50 #2C50B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2340 #234090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192E #192E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101D #101D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E2E8F8;
--cobalt-200: #CAD4F2;
--cobalt-300: #A1B4E8;
--cobalt-400: #6F8CDC;
--cobalt-500: #466CD2;
--cobalt-600: #2C50B5;
--cobalt-700: #234090;
--cobalt-800: #192E67;
--cobalt-900: #101D42;
--cobalt-950: #0A1229;
}