Steel Blue
#25BBB1
CyanColor Codes
All color formats for development
HEX
#25BBB1RGB
rgb(37, 187, 177)HSL
hsl(176, 67%, 44%)OKLCH
oklch(0.717 0.118 187.8)CMYK
cmyk(80%, 0%, 5%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A9A0
2#1E968E
3#1A837C
4#16706A
5#135E59
6#0F4B47
7#0B3835
8#072523
9#041312
Tints
Lighter variations
1#2AD3C8
2#40D9CF
3#58DED5
4#70E3DB
5#88E7E1
6#A0ECE7
7#B7F1ED
8#CFF6F3
9#E7FAF9
Tones
Muted variations
1#2DB4AB
2#34ACA4
3#3CA59E
4#439D97
5#4B9691
6#528E8A
7#5A8784
8#617F7D
9#697877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F8;
--steel-blue-200: #C8F4F1;
--steel-blue-300: #9DECE6;
--steel-blue-400: #6AE2DA;
--steel-blue-500: #3FD9CF;
--steel-blue-600: #25BBB1;
--steel-blue-700: #1D958D;
--steel-blue-800: #156A65;
--steel-blue-900: #0D4440;
--steel-blue-950: #082B28;
}