Sky Blue
#5CF0E6
CyanColor Codes
All color formats for development
HEX
#5CF0E6RGB
rgb(92, 240, 230)HSL
hsl(176, 83%, 65%)OKLCH
oklch(0.874 0.126 188.8)CMYK
cmyk(62%, 0%, 4%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDE1
2#1FEADD
3#14D4C7
4#11B6AB
5#0E988E
6#0B7972
7#085B55
8#063D39
9#031E1C
Tints
Lighter variations
1#6CF1E8
2#7CF3EB
3#8DF4ED
4#9DF6F0
5#ADF7F2
6#BEF9F5
7#CEFAF7
8#DEFCFA
9#EFFDFC
Tones
Muted variations
1#63E8E0
2#6AE1D9
3#72DAD3
4#79D2CC
5#81CBC6
6#88C3BF
7#90BCB9
8#97B5B3
9#9EADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EF | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DEFCFA;
--sky-blue-200: #C2F9F6;
--sky-blue-300: #94F5EF;
--sky-blue-400: #5CF0E6;
--sky-blue-500: #2DEBDF;
--sky-blue-600: #13CDC1;
--sky-blue-700: #0FA399;
--sky-blue-800: #0B756E;
--sky-blue-900: #074B46;
--sky-blue-950: #042F2C;
}