Steel Blue
#2F99B1
CyanColor Codes
All color formats for development
HEX
#2F99B1RGB
rgb(47, 153, 177)HSL
hsl(191, 58%, 44%)OKLCH
oklch(0.634 0.099 216.4)CMYK
cmyk(73%, 14%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A8AA0
2#267B8E
3#216B7C
4#1C5C6A
5#184D59
6#133D47
7#0E2E35
8#091F23
9#050F12
Tints
Lighter variations
1#35ADC8
2#4BB7CF
3#61C0D5
4#78C9DB
5#8ED2E1
6#A5DBE7
7#BBE4ED
8#D2EDF3
9#E8F6F9
Tones
Muted variations
1#3695AB
2#3C91A4
3#438D9E
4#498997
5#508591
6#56818A
7#5D7D84
8#63787D
9#6A7477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE6 | BordersInactive statesPlaceholder text |
| 400 | 72C7 #72C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB6 #4AB6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F99 #2F99B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257A #257A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B57 #1B5765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F8;
--steel-blue-200: #CBEAF1;
--steel-blue-300: #A2DAE6;
--steel-blue-400: #72C7DA;
--steel-blue-500: #4AB6CF;
--steel-blue-600: #2F99B1;
--steel-blue-700: #257A8D;
--steel-blue-800: #1B5765;
--steel-blue-900: #113840;
--steel-blue-950: #0B2328;
}