Sky Blue
#5DE9EE
CyanColor Codes
All color formats for development
HEX
#5DE9EERGB
rgb(93, 233, 238)HSL
hsl(182, 81%, 65%)OKLCH
oklch(0.86 0.12 198.5)CMYK
cmyk(61%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FE5EB
2#21E1E8
3#16CCD2
4#13AFB4
5#109296
6#0D7478
7#09575A
8#063A3C
9#031D1E
Tints
Lighter variations
1#6EEBF0
2#7EEEF1
3#8EF0F3
4#9EF2F5
5#AEF4F7
6#BEF6F8
7#CFF8FA
8#DFFBFC
9#EFFDFD
Tones
Muted variations
1#65E2E7
2#6CDCE0
3#73D5D8
4#7ACED1
5#82C7CA
6#89C1C3
7#90BABB
8#97B3B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F1 #95F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE9 #5DE9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE3 #2FE3E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C5 #15C5CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119D #119DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C70 #0C7073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #08484A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFBFC;
--sky-blue-200: #C3F7F9;
--sky-blue-300: #95F1F4;
--sky-blue-400: #5DE9EE;
--sky-blue-500: #2FE3E9;
--sky-blue-600: #15C5CB;
--sky-blue-700: #119DA2;
--sky-blue-800: #0C7073;
--sky-blue-900: #08484A;
--sky-blue-950: #052D2E;
}