Sky Blue
#5EEDDC
CyanColor Codes
All color formats for development
HEX
#5EEDDCRGB
rgb(94, 237, 220)HSL
hsl(173, 80%, 65%)OKLCH
oklch(0.864 0.125 184.3)CMYK
cmyk(60%, 0%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAD6
2#23E7D0
3#17D1BB
4#14B3A0
5#119586
6#0D776B
7#0A5A50
8#073C35
9#031E1B
Tints
Lighter variations
1#6EEFE0
2#7EF1E3
3#8FF3E7
4#9FF4EA
5#AFF6EE
6#BFF8F1
7#CFFAF5
8#DFFBF8
9#EFFDFC
Tones
Muted variations
1#65E6D7
2#6DDFD2
3#74D8CC
4#7BD1C7
5#82C9C1
6#89C2BC
7#90BBB6
8#97B4B1
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF8;
--sky-blue-200: #C3F8F2;
--sky-blue-300: #95F3E8;
--sky-blue-400: #5EEDDC;
--sky-blue-500: #30E8D3;
--sky-blue-600: #16CAB5;
--sky-blue-700: #12A190;
--sky-blue-800: #0D7367;
--sky-blue-900: #084942;
--sky-blue-950: #052E29;
}