Sky Blue
#5CF0E1
CyanColor Codes
All color formats for development
HEX
#5CF0E1RGB
rgb(92, 240, 225)HSL
hsl(174, 83%, 65%)OKLCH
oklch(0.872 0.127 185.8)CMYK
cmyk(62%, 0%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDDB
2#1FEAD6
3#14D4C1
4#11B6A5
5#0E988A
6#0B796E
7#085B53
8#063D37
9#031E1C
Tints
Lighter variations
1#6CF1E4
2#7CF3E7
3#8DF4EA
4#9DF6ED
5#ADF7F0
6#BEF9F3
7#CEFAF6
8#DEFCF9
9#EFFDFC
Tones
Muted variations
1#63E8DB
2#6AE1D5
3#72DACF
4#79D2C9
5#81CBC3
6#88C3BD
7#90BCB8
8#97B5B2
9#9EADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF9;
--sky-blue-200: #C2F9F4;
--sky-blue-300: #94F5EB;
--sky-blue-400: #5CF0E1;
--sky-blue-500: #2DEBD8;
--sky-blue-600: #13CDBB;
--sky-blue-700: #0FA395;
--sky-blue-800: #0B756A;
--sky-blue-900: #074B44;
--sky-blue-950: #042F2A;
}