Sky Blue
#5DD4EF
CyanColor Codes
All color formats for development
HEX
#5DD4EFRGB
rgb(93, 212, 239)HSL
hsl(191, 82%, 65%)OKLCH
oklch(0.812 0.112 215.1)CMYK
cmyk(61%, 11%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3ECCEC
2#20C4E9
3#15B0D3
4#1297B5
5#0F7E97
6#0C6579
7#094C5A
8#06323C
9#03191E
Tints
Lighter variations
1#6DD8F1
2#7DDDF2
3#8DE1F4
4#9EE5F5
5#AEEAF7
6#BEEEF9
7#CEF2FA
8#DFF6FC
9#EFFBFD
Tones
Muted variations
1#64CFE8
2#6BCBE0
3#73C6D9
4#7AC2D2
5#81BDCA
6#88B8C3
7#90B4BC
8#97AFB4
9#9EAAAD
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 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC8 #2EC8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14AA #14AACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1088 #1088A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | 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: #C3EFF9;
--sky-blue-300: #94E3F4;
--sky-blue-400: #5DD4EF;
--sky-blue-500: #2EC8EA;
--sky-blue-600: #14AACC;
--sky-blue-700: #1088A2;
--sky-blue-800: #0B6174;
--sky-blue-900: #073E4A;
--sky-blue-950: #05272E;
}