Sky Blue
#5DD1EE
CyanColor Codes
All color formats for development
HEX
#5DD1EERGB
rgb(93, 209, 238)HSL
hsl(192, 81%, 65%)OKLCH
oklch(0.805 0.111 216.9)CMYK
cmyk(61%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FC9EB
2#21C0E8
3#16ACD2
4#1394B4
5#107B96
6#0D6378
7#094A5A
8#06313C
9#03191E
Tints
Lighter variations
1#6ED6F0
2#7EDAF1
3#8EDFF3
4#9EE3F5
5#AEE8F7
6#BEEDF8
7#CFF1FA
8#DFF6FC
9#EFFAFD
Tones
Muted variations
1#65CDE7
2#6CC8E0
3#73C4D8
4#7AC0D1
5#82BBCA
6#89B7C3
7#90B3BB
8#97AEB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD1 #5DD1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC4 #2FC4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A7 #15A7CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1185 #1185A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5F #0C5F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF6FC;
--sky-blue-200: #C3EEF9;
--sky-blue-300: #95E1F4;
--sky-blue-400: #5DD1EE;
--sky-blue-500: #2FC4E9;
--sky-blue-600: #15A7CB;
--sky-blue-700: #1185A2;
--sky-blue-800: #0C5F73;
--sky-blue-900: #083D4A;
--sky-blue-950: #05262E;
}