Sky Blue
#5DD4EE
CyanColor Codes
All color formats for development
HEX
#5DD4EERGB
rgb(93, 212, 238)HSL
hsl(191, 81%, 65%)OKLCH
oklch(0.812 0.112 214.5)CMYK
cmyk(61%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FCBEB
2#21C3E8
3#16B0D2
4#1396B4
5#107D96
6#0D6478
7#094B5A
8#06323C
9#03191E
Tints
Lighter variations
1#6ED8F0
2#7EDCF1
3#8EE1F3
4#9EE5F5
5#AEE9F7
6#BEEEF8
7#CFF2FA
8#DFF6FC
9#EFFBFD
Tones
Muted variations
1#65CFE7
2#6CCAE0
3#73C6D8
4#7AC1D1
5#82BDCA
6#89B8C3
7#90B3BB
8#97AFB4
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 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC7 #2FC7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AA #15AACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1187 #1187A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C60 #0C6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083E #083E4A | 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: #95E2F4;
--sky-blue-400: #5DD4EE;
--sky-blue-500: #2FC7E9;
--sky-blue-600: #15AACB;
--sky-blue-700: #1187A2;
--sky-blue-800: #0C6073;
--sky-blue-900: #083E4A;
--sky-blue-950: #05272E;
}