Sky Blue
#5EEDD3
CyanColor Codes
All color formats for development
HEX
#5EEDD3RGB
rgb(94, 237, 211)HSL
hsl(169, 80%, 65%)OKLCH
oklch(0.862 0.129 179)CMYK
cmyk(60%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EACB
2#23E7C3
3#17D1AF
4#14B396
5#11957D
6#0D7764
7#0A5A4B
8#073C32
9#031E19
Tints
Lighter variations
1#6EEFD7
2#7EF1DC
3#8FF3E0
4#9FF4E5
5#AFF6E9
6#BFF8ED
7#CFFAF2
8#DFFBF6
9#EFFDFB
Tones
Muted variations
1#65E6CE
2#6DDFCA
3#74D8C5
4#7BD1C1
5#82C9BC
6#89C2B8
7#90BBB3
8#97B4AF
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C3F8EF;
--sky-blue-300: #95F3E2;
--sky-blue-400: #5EEDD3;
--sky-blue-500: #30E8C6;
--sky-blue-600: #16CAA9;
--sky-blue-700: #12A186;
--sky-blue-800: #0D7360;
--sky-blue-900: #08493D;
--sky-blue-950: #052E26;
}