Sky Blue
#5FECE8
CyanColor Codes
All color formats for development
HEX
#5FECE8RGB
rgb(95, 236, 232)HSL
hsl(178, 79%, 65%)OKLCH
oklch(0.866 0.121 192.5)CMYK
cmyk(60%, 0%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9E3
2#24E5DF
3#18D0CA
4#15B2AD
5#119490
6#0E7773
7#0A5956
8#073B3A
9#031E1D
Tints
Lighter variations
1#6FEEEA
2#7FF0EC
3#8FF2EF
4#9FF4F1
5#AFF6F3
6#BFF8F6
7#CFF9F8
8#DFFBFA
9#EFFDFD
Tones
Muted variations
1#66E5E1
2#6DDEDA
3#74D7D4
4#7BD0CD
5#82C9C7
6#8AC2C0
7#91BBB9
8#98B4B3
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C4F8F6;
--sky-blue-300: #96F3F0;
--sky-blue-400: #5FECE8;
--sky-blue-500: #32E7E1;
--sky-blue-600: #18C9C3;
--sky-blue-700: #13A09B;
--sky-blue-800: #0D726F;
--sky-blue-900: #094947;
--sky-blue-950: #052E2C;
}