Steel Blue
#34ADAD
CyanColor Codes
All color formats for development
HEX
#34ADADRGB
rgb(52, 173, 173)HSL
hsl(180, 54%, 44%)OKLCH
oklch(0.683 0.103 195)CMYK
cmyk(70%, 0%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E9C9C
2#298A8A
3#247979
4#1F6868
5#1A5656
6#154545
7#0F3434
8#0A2323
9#051111
Tints
Lighter variations
1#3AC3C3
2#4FCACA
3#65D1D1
4#7BD8D8
5#91DEDE
6#A7E5E5
7#BDEBEB
8#D3F2F2
9#E9F8F8
Tones
Muted variations
1#3AA7A7
2#40A1A1
3#469B9B
4#4C9595
5#528E8E
6#588888
7#5E8282
8#647C7C
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E4 #A5E4E4 | BordersInactive statesPlaceholder text |
| 400 | 76D6 #76D6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ECA #4ECACA | Primary brand colorCTAsActive elementsLinks |
| 600 | 34AD #34ADAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2989 #298989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D62 #1D6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133F #133F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFB;
--steel-blue-100: #E4F7F7;
--steel-blue-200: #CCF0F0;
--steel-blue-300: #A5E4E4;
--steel-blue-400: #76D6D6;
--steel-blue-500: #4ECACA;
--steel-blue-600: #34ADAD;
--steel-blue-700: #298989;
--steel-blue-800: #1D6262;
--steel-blue-900: #133F3F;
--steel-blue-950: #0C2727;
}