Sky Blue
#5EEDD1
CyanColor Codes
All color formats for development
HEX
#5EEDD1RGB
rgb(94, 237, 209)HSL
hsl(168, 80%, 65%)OKLCH
oklch(0.861 0.13 177.8)CMYK
cmyk(60%, 0%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAC8
2#23E7BF
3#17D1AC
4#14B393
5#11957B
6#0D7762
7#0A5A4A
8#073C31
9#031E19
Tints
Lighter variations
1#6EEFD5
2#7EF1DA
3#8FF3DF
4#9FF4E3
5#AFF6E8
6#BFF8EC
7#CFFAF1
8#DFFBF6
9#EFFDFA
Tones
Muted variations
1#65E6CC
2#6DDFC8
3#74D8C4
4#7BD1BF
5#82C9BB
6#89C2B7
7#90BBB3
8#97B4AE
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 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | 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: #C3F8EE;
--sky-blue-300: #95F3E1;
--sky-blue-400: #5EEDD1;
--sky-blue-500: #30E8C3;
--sky-blue-600: #16CAA6;
--sky-blue-700: #12A184;
--sky-blue-800: #0D735E;
--sky-blue-900: #08493C;
--sky-blue-950: #052E26;
}