Sky Blue
#5EEDD8
CyanColor Codes
All color formats for development
HEX
#5EEDD8RGB
rgb(94, 237, 216)HSL
hsl(171, 80%, 65%)OKLCH
oklch(0.863 0.126 181.9)CMYK
cmyk(60%, 0%, 9%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAD0
2#23E7C9
3#17D1B5
4#14B39B
5#119581
6#0D7767
7#0A5A4E
8#073C34
9#031E1A
Tints
Lighter variations
1#6EEFDC
2#7EF1E0
3#8FF3E4
4#9FF4E7
5#AFF6EB
6#BFF8EF
7#CFFAF3
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#65E6D3
2#6DDFCE
3#74D8C9
4#7BD1C4
5#82C9BF
6#89C2BA
7#90BBB5
8#97B4B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C3F8F0;
--sky-blue-300: #95F3E5;
--sky-blue-400: #5EEDD8;
--sky-blue-500: #30E8CD;
--sky-blue-600: #16CAAF;
--sky-blue-700: #12A18B;
--sky-blue-800: #0D7363;
--sky-blue-900: #084940;
--sky-blue-950: #052E28;
}