Sky Blue
#5EEDDF
CyanColor Codes
All color formats for development
HEX
#5EEDDFRGB
rgb(94, 237, 223)HSL
hsl(174, 80%, 65%)OKLCH
oklch(0.865 0.124 186.2)CMYK
cmyk(60%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAD9
2#23E7D3
3#17D1BE
4#14B3A3
5#119588
6#0D776D
7#0A5A52
8#073C36
9#031E1B
Tints
Lighter variations
1#6EEFE2
2#7EF1E5
3#8FF3E9
4#9FF4EC
5#AFF6EF
6#BFF8F2
7#CFFAF5
8#DFFBF9
9#EFFDFC
Tones
Muted variations
1#65E6D9
2#6DDFD3
3#74D8CE
4#7BD1C8
5#82C9C2
6#89C2BD
7#90BBB7
8#97B4B1
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084943 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C3F8F3;
--sky-blue-300: #95F3EA;
--sky-blue-400: #5EEDDF;
--sky-blue-500: #30E8D6;
--sky-blue-600: #16CAB8;
--sky-blue-700: #12A192;
--sky-blue-800: #0D7369;
--sky-blue-900: #084943;
--sky-blue-950: #052E2A;
}