Sky Blue
#5EEDDA
CyanColor Codes
All color formats for development
HEX
#5EEDDARGB
rgb(94, 237, 218)HSL
hsl(172, 80%, 65%)OKLCH
oklch(0.864 0.126 183.1)CMYK
cmyk(60%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAD3
2#23E7CC
3#17D1B8
4#14B39E
5#119583
6#0D7769
7#0A5A4F
8#073C35
9#031E1A
Tints
Lighter variations
1#6EEFDE
2#7EF1E1
3#8FF3E5
4#9FF4E9
5#AFF6ED
6#BFF8F0
7#CFFAF4
8#DFFBF8
9#EFFDFB
Tones
Muted variations
1#65E6D5
2#6DDFD0
3#74D8CA
4#7BD1C5
5#82C9C0
6#89C2BB
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 #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDA | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084941 | 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: #DFFBF8;
--sky-blue-200: #C3F8F1;
--sky-blue-300: #95F3E7;
--sky-blue-400: #5EEDDA;
--sky-blue-500: #30E8D0;
--sky-blue-600: #16CAB2;
--sky-blue-700: #12A18E;
--sky-blue-800: #0D7365;
--sky-blue-900: #084941;
--sky-blue-950: #052E28;
}