Sky Blue
#5EEDD5
CyanColor Codes
All color formats for development
HEX
#5EEDD5RGB
rgb(94, 237, 213)HSL
hsl(170, 80%, 65%)OKLCH
oklch(0.862 0.128 180.1)CMYK
cmyk(60%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EACE
2#23E7C6
3#17D1B2
4#14B398
5#11957F
6#0D7766
7#0A5A4C
8#073C33
9#031E19
Tints
Lighter variations
1#6EEFDA
2#7EF1DE
3#8FF3E2
4#9FF4E6
5#AFF6EA
6#BFF8EE
7#CFFAF3
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#65E6D1
2#6DDFCC
3#74D8C7
4#7BD1C2
5#82C9BE
6#89C2B9
7#90BBB4
8#97B4AF
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C3F8F0;
--sky-blue-300: #95F3E4;
--sky-blue-400: #5EEDD5;
--sky-blue-500: #30E8C9;
--sky-blue-600: #16CAAC;
--sky-blue-700: #12A189;
--sky-blue-800: #0D7362;
--sky-blue-900: #08493F;
--sky-blue-950: #052E27;
}