Sky Blue
#5EEBED
CyanColor Codes
All color formats for development
HEX
#5EEBEDRGB
rgb(94, 235, 237)HSL
hsl(181, 80%, 65%)OKLCH
oklch(0.865 0.12 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#41E7EA
2#23E3E7
3#17CED1
4#14B0B3
5#119395
6#0D7677
7#0A585A
8#073B3C
9#031D1E
Tints
Lighter variations
1#6EEDEF
2#7EEFF1
3#8FF1F3
4#9FF3F4
5#AFF5F6
6#BFF7F8
7#CFF9FA
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#65E4E6
2#6DDDDF
3#74D6D8
4#7BCFD1
5#82C8C9
6#89C1C2
7#90BABB
8#97B4B4
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 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | 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: #C3F7F8;
--sky-blue-300: #95F2F3;
--sky-blue-400: #5EEBED;
--sky-blue-500: #30E5E8;
--sky-blue-600: #16C7CA;
--sky-blue-700: #129EA1;
--sky-blue-800: #0D7173;
--sky-blue-900: #084849;
--sky-blue-950: #052D2E;
}