Steel Blue
#419F9F
CyanColor Codes
All color formats for development
HEX
#419F9FRGB
rgb(65, 159, 159)HSL
hsl(180, 42%, 44%)OKLCH
oklch(0.647 0.088 195.2)CMYK
cmyk(59%, 0%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B8F8F
2#347F7F
3#2E7070
4#276060
5#215050
6#1A4040
7#143030
8#0D2020
9#071010
Tints
Lighter variations
1#49B4B4
2#5DBDBD
3#71C5C5
4#85CDCD
5#9AD6D6
6#AEDEDE
7#C2E6E6
8#D6EEEE
9#EBF7F7
Tones
Muted variations
1#469B9B
2#4B9696
3#4F9191
4#548C8C
5#598888
6#5D8383
7#627E7E
8#677A7A
9#6B7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F5 #E6F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EC #D0ECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDD #ACDDDD | BordersInactive statesPlaceholder text |
| 400 | 80CB #80CBCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CBC #5CBCBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419F #419F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347F #347F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 255B #255B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 183A #183A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FBFB;
--steel-blue-100: #E6F5F5;
--steel-blue-200: #D0ECEC;
--steel-blue-300: #ACDDDD;
--steel-blue-400: #80CBCB;
--steel-blue-500: #5CBCBC;
--steel-blue-600: #419F9F;
--steel-blue-700: #347F7F;
--steel-blue-800: #255B5B;
--steel-blue-900: #183A3A;
--steel-blue-950: #0F2424;
}