Sky Blue
#59CFF3
CyanColor Codes
All color formats for development
HEX
#59CFF3RGB
rgb(89, 207, 243)HSL
hsl(194, 87%, 65%)OKLCH
oklch(0.801 0.116 221.3)CMYK
cmyk(63%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C6F1
2#1ABDEF
3#0FAAD9
4#0D92BA
5#0B799B
6#09617C
7#06495D
8#04313E
9#02181F
Tints
Lighter variations
1#69D4F5
2#79D9F6
3#8ADEF7
4#9BE2F8
5#ACE7F9
6#BCECFA
7#CDF1FC
8#DEF5FD
9#EEFAFE
Tones
Muted variations
1#60CBEC
2#68C7E4
3#6FC3DC
4#77BFD4
5#7FBACD
6#87B6C5
7#8EB2BD
8#96AEB5
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F7 | BordersInactive statesPlaceholder text |
| 400 | 58CF #58CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28C1 #28C1F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FA4 #0FA4D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C83 #0C83A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085D #085D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF5FD;
--sky-blue-200: #C1EDFB;
--sky-blue-300: #91E0F7;
--sky-blue-400: #58CFF3;
--sky-blue-500: #28C1F0;
--sky-blue-600: #0FA4D2;
--sky-blue-700: #0C83A7;
--sky-blue-800: #085D77;
--sky-blue-900: #053C4C;
--sky-blue-950: #032530;
}