Steel Blue
#3299AE
CyanColor Codes
All color formats for development
HEX
#3299AERGB
rgb(50, 153, 174)HSL
hsl(190, 55%, 44%)OKLCH
oklch(0.634 0.096 214.2)CMYK
cmyk(71%, 12%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D8A9D
2#287B8B
3#236B7A
4#1E5C68
5#194D57
6#143D46
7#0F2E34
8#0A1F23
9#050F11
Tints
Lighter variations
1#39ADC4
2#4EB7CC
3#64C0D2
4#7AC9D8
5#90D2DF
6#A6DBE5
7#BDE4EC
8#D3EDF2
9#E9F6F9
Tones
Muted variations
1#3995A8
2#3F91A2
3#458D9B
4#4B8995
5#51858F
6#588189
7#5E7D83
8#64787D
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 75C6 #75C6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB6 #4DB6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3299 #3299AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287A #287A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #12383F | 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: #E3F4F7;
--steel-blue-200: #CCEAF0;
--steel-blue-300: #A4DAE5;
--steel-blue-400: #75C6D7;
--steel-blue-500: #4DB6CB;
--steel-blue-600: #3299AE;
--steel-blue-700: #287A8A;
--steel-blue-800: #1D5763;
--steel-blue-900: #12383F;
--steel-blue-950: #0B2328;
}