Sky Blue
#5DE2EE
CyanColor Codes
All color formats for development
HEX
#5DE2EERGB
rgb(93, 226, 238)HSL
hsl(185, 81%, 65%)OKLCH
oklch(0.844 0.116 203.5)CMYK
cmyk(61%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FDDEB
2#21D7E8
3#16C2D2
4#13A7B4
5#108B96
6#0D6F78
7#09535A
8#06383C
9#031C1E
Tints
Lighter variations
1#6EE5F0
2#7EE8F1
3#8EEBF3
4#9EEEF5
5#AEF0F7
6#BEF3F8
7#CFF6FA
8#DFF9FC
9#EFFCFD
Tones
Muted variations
1#65DCE7
2#6CD6E0
3#73D0D8
4#7ACAD1
5#82C4CA
6#89BEC3
7#90B8BB
8#97B2B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EC #95ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE2 #5DE2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDA #2FDAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BC #15BCCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1195 #1195A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6B #0C6B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #08444A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFF9FC;
--sky-blue-200: #C3F4F9;
--sky-blue-300: #95ECF4;
--sky-blue-400: #5DE2EE;
--sky-blue-500: #2FDAE9;
--sky-blue-600: #15BCCB;
--sky-blue-700: #1195A2;
--sky-blue-800: #0C6B73;
--sky-blue-900: #08444A;
--sky-blue-950: #052B2E;
}