Sky Blue
#5EEDCE
CyanColor Codes
All color formats for development
HEX
#5EEDCERGB
rgb(94, 237, 206)HSL
hsl(167, 80%, 65%)OKLCH
oklch(0.86 0.131 176.1)CMYK
cmyk(60%, 0%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAC5
2#23E7BC
3#17D1A9
4#14B391
5#119578
6#0D7760
7#0A5A48
8#073C30
9#031E18
Tints
Lighter variations
1#6EEFD3
2#7EF1D8
3#8FF3DD
4#9FF4E2
5#AFF6E7
6#BFF8EB
7#CFFAF0
8#DFFBF5
9#EFFDFA
Tones
Muted variations
1#65E6CA
2#6DDFC6
3#74D8C2
4#7BD1BE
5#82C9BA
6#89C2B6
7#90BBB2
8#97B4AE
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDCE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF5;
--sky-blue-200: #C3F8ED;
--sky-blue-300: #95F3DF;
--sky-blue-400: #5EEDCE;
--sky-blue-500: #30E8C0;
--sky-blue-600: #16CAA3;
--sky-blue-700: #12A182;
--sky-blue-800: #0D735D;
--sky-blue-900: #08493B;
--sky-blue-950: #052E25;
}