Sky Blue
#56E5F5
CyanColor Codes
All color formats for development
HEX
#56E5F5RGB
rgb(86, 229, 245)HSL
hsl(186, 89%, 65%)OKLCH
oklch(0.852 0.122 205.7)CMYK
cmyk(65%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37E1F3
2#18DCF2
3#0DC7DB
4#0BAABC
5#098E9D
6#07727D
7#05555E
8#04393F
9#021C1F
Tints
Lighter variations
1#67E8F6
2#78EAF7
3#89EDF8
4#9AF0F9
5#ABF2FA
6#BCF5FB
7#CCF7FC
8#DDFAFD
9#EEFCFE
Tones
Muted variations
1#5EDFED
2#66D9E5
3#6ED2DD
4#76CCD5
5#7EC6CD
6#86BFC6
7#8EB9BE
8#96B2B6
9#9EACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F5 #C0F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EE #90EEF9 | BordersInactive statesPlaceholder text |
| 400 | 56E5 #56E5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26DE #26DEF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC0 #0CC0D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A99 #0A99A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 076D #076D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DDFAFD;
--sky-blue-200: #C0F5FB;
--sky-blue-300: #90EEF9;
--sky-blue-400: #56E5F5;
--sky-blue-500: #26DEF2;
--sky-blue-600: #0CC0D4;
--sky-blue-700: #0A99A9;
--sky-blue-800: #076D78;
--sky-blue-900: #04464D;
--sky-blue-950: #032C30;
}