Sky Blue
#5FECE1
CyanColor Codes
All color formats for development
HEX
#5FECE1RGB
rgb(95, 236, 225)HSL
hsl(175, 79%, 65%)OKLCH
oklch(0.864 0.122 188)CMYK
cmyk(60%, 0%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9DB
2#24E5D5
3#18D0C0
4#15B2A5
5#119489
6#0E776E
7#0A5952
8#073B37
9#031E1B
Tints
Lighter variations
1#6FEEE4
2#7FF0E7
3#8FF2EA
4#9FF4ED
5#AFF6F0
6#BFF8F3
7#CFF9F6
8#DFFBF9
9#EFFDFC
Tones
Muted variations
1#66E5DB
2#6DDED5
3#74D7CF
4#7BD0C9
5#82C9C3
6#8AC2BD
7#91BBB7
8#98B4B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A094 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C4F8F4;
--sky-blue-300: #96F3EB;
--sky-blue-400: #5FECE1;
--sky-blue-500: #32E7D8;
--sky-blue-600: #18C9BA;
--sky-blue-700: #13A094;
--sky-blue-800: #0D726A;
--sky-blue-900: #094944;
--sky-blue-950: #052E2A;
}