Steel Blue
#25AFBB
CyanColor Codes
All color formats for development
HEX
#25AFBBRGB
rgb(37, 175, 187)HSL
hsl(185, 67%, 44%)OKLCH
oklch(0.691 0.111 204.1)CMYK
cmyk(80%, 6%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#219DA9
2#1E8C96
3#1A7A83
4#166970
5#13575E
6#0F464B
7#0B3438
8#072325
9#041113
Tints
Lighter variations
1#2AC5D3
2#40CDD9
3#58D3DE
4#70D9E3
5#88DFE7
6#A0E6EC
7#B7ECF1
8#CFF2F6
9#E7F9FA
Tones
Muted variations
1#2DA9B4
2#34A2AC
3#3C9CA5
4#43969D
5#4B9096
6#52898E
7#5A8387
8#617D7F
9#697678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE5 #9DE5EC | BordersInactive statesPlaceholder text |
| 400 | 6AD8 #6AD8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCC #3FCCD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25AF #25AFBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8B #1D8B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1563 #15636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F7F9;
--steel-blue-200: #C8F0F4;
--steel-blue-300: #9DE5EC;
--steel-blue-400: #6AD8E2;
--steel-blue-500: #3FCCD9;
--steel-blue-600: #25AFBB;
--steel-blue-700: #1D8B95;
--steel-blue-800: #15636A;
--steel-blue-900: #0D4044;
--steel-blue-950: #08282B;
}