Sky Blue
#5EEDEB
CyanColor Codes
All color formats for development
HEX
#5EEDEBRGB
rgb(94, 237, 235)HSL
hsl(179, 80%, 65%)OKLCH
oklch(0.869 0.122 193.8)CMYK
cmyk(60%, 0%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAE7
2#23E7E3
3#17D1CE
4#14B3B0
5#119593
6#0D7776
7#0A5A58
8#073C3B
9#031E1D
Tints
Lighter variations
1#6EEFED
2#7EF1EF
3#8FF3F1
4#9FF4F3
5#AFF6F5
6#BFF8F7
7#CFFAF9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#65E6E4
2#6DDFDD
3#74D8D6
4#7BD1CF
5#82C9C8
6#89C2C1
7#90BBBA
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 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | 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: #C3F8F7;
--sky-blue-300: #95F3F2;
--sky-blue-400: #5EEDEB;
--sky-blue-500: #30E8E5;
--sky-blue-600: #16CAC7;
--sky-blue-700: #12A19E;
--sky-blue-800: #0D7371;
--sky-blue-900: #084948;
--sky-blue-950: #052E2D;
}