Sky Blue
#5FEAEC
CyanColor Codes
All color formats for development
HEX
#5FEAECRGB
rgb(95, 234, 236)HSL
hsl(181, 79%, 65%)OKLCH
oklch(0.863 0.119 196.5)CMYK
cmyk(60%, 1%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E6E9
2#24E2E5
3#18CDD0
4#15AFB2
5#119294
6#0E7577
7#0A5859
8#073A3B
9#031D1E
Tints
Lighter variations
1#6FECEE
2#7FEEF0
3#8FF0F2
4#9FF2F4
5#AFF4F6
6#BFF7F8
7#CFF9F9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#66E3E5
2#6DDCDE
3#74D5D7
4#7BCFD0
5#82C8C9
6#8AC1C2
7#91BABB
8#98B3B4
9#9FADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F1 #96F1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEA #5FEAEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E4 #32E4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C6 #18C6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139D #139DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D70 #0D7072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F7F8;
--sky-blue-300: #96F1F3;
--sky-blue-400: #5FEAEC;
--sky-blue-500: #32E4E7;
--sky-blue-600: #18C6C9;
--sky-blue-700: #139DA0;
--sky-blue-800: #0D7072;
--sky-blue-900: #094849;
--sky-blue-950: #052D2E;
}