Sky Blue
#59DBF3
CyanColor Codes
All color formats for development
HEX
#59DBF3RGB
rgb(89, 219, 243)HSL
hsl(189, 87%, 65%)OKLCH
oklch(0.829 0.117 211.9)CMYK
cmyk(63%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39D6F1
2#1ACFEF
3#0FBBD9
4#0DA0BA
5#0B859B
6#096B7C
7#06505D
8#04353E
9#021B1F
Tints
Lighter variations
1#69E0F5
2#79E3F6
3#8AE7F7
4#9BEAF8
5#ACEEF9
6#BCF1FA
7#CDF5FC
8#DEF8FD
9#EEFCFE
Tones
Muted variations
1#60D7EC
2#68D1E4
3#6FCCDC
4#77C6D4
5#7FC1CD
6#87BBC5
7#8EB6BD
8#96B1B5
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F7 | BordersInactive statesPlaceholder text |
| 400 | 58DC #58DCF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28D2 #28D2F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FB5 #0FB5D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C90 #0C90A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424C | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF8FD;
--sky-blue-200: #C1F2FB;
--sky-blue-300: #91E8F7;
--sky-blue-400: #58DCF3;
--sky-blue-500: #28D2F0;
--sky-blue-600: #0FB5D2;
--sky-blue-700: #0C90A7;
--sky-blue-800: #086777;
--sky-blue-900: #05424C;
--sky-blue-950: #032930;
}