Cobalt
#272E8B
BlueColor Codes
All color formats for development
HEX
#272E8BRGB
rgb(39, 46, 139)HSL
hsl(236, 56%, 35%)OKLCH
oklch(0.361 0.152 272.7)CMYK
cmyk(72%, 67%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23297D
2#1F256F
3#1B2061
4#181C54
5#141746
6#101238
7#0C0E2A
8#08091C
9#04050E
Tints
Lighter variations
1#2F36A5
2#363FBF
3#4A53CC
4#646BD3
5#7E84DB
6#989DE2
7#B1B5E9
8#CBCEF0
9#E5E6F8
Tones
Muted variations
1#2C3286
2#313781
3#363B7C
4#3B3F77
5#404472
6#45486D
7#4A4C68
8#4F5163
9#54555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A8 #A4A8E5 | BordersInactive statesPlaceholder text |
| 400 | 747A #747AD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C55 #4C55CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313A #313AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272E #272E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C21 #1C2163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1215 #121540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E4F7;
--cobalt-200: #CBCEF0;
--cobalt-300: #A4A8E5;
--cobalt-400: #747AD8;
--cobalt-500: #4C55CD;
--cobalt-600: #313AAF;
--cobalt-700: #272E8B;
--cobalt-800: #1C2163;
--cobalt-900: #121540;
--cobalt-950: #0B0D28;
}