Sky Blue
#5EEDED
CyanColor Codes
All color formats for development
HEX
#5EEDEDRGB
rgb(94, 237, 237)HSL
hsl(180, 80%, 65%)OKLCH
oklch(0.87 0.122 195.1)CMYK
cmyk(60%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAEA
2#23E7E7
3#17D1D1
4#14B3B3
5#119595
6#0D7777
7#0A5A5A
8#073C3C
9#031E1E
Tints
Lighter variations
1#6EEFEF
2#7EF1F1
3#8FF3F3
4#9FF4F4
5#AFF6F6
6#BFF8F8
7#CFFAFA
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#65E6E6
2#6DDFDF
3#74D8D8
4#7BD1D1
5#82C9C9
6#89C2C2
7#90BBBB
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 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | 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: #C3F8F8;
--sky-blue-300: #95F3F3;
--sky-blue-400: #5EEDED;
--sky-blue-500: #30E8E8;
--sky-blue-600: #16CACA;
--sky-blue-700: #12A1A1;
--sky-blue-800: #0D7373;
--sky-blue-900: #084949;
--sky-blue-950: #052E2E;
}