Sky Blue
#5DCCEE
CyanColor Codes
All color formats for development
HEX
#5DCCEERGB
rgb(93, 204, 238)HSL
hsl(194, 81%, 65%)OKLCH
oklch(0.794 0.111 221)CMYK
cmyk(61%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FC3EB
2#21B9E8
3#16A6D2
4#138EB4
5#107796
6#0D5F78
7#09475A
8#062F3C
9#03181E
Tints
Lighter variations
1#6ED1F0
2#7ED6F1
3#8EDCF3
4#9EE1F5
5#AEE6F7
6#BEEBF8
7#CFF0FA
8#DFF5FC
9#EFFAFD
Tones
Muted variations
1#65C8E7
2#6CC5E0
3#73C1D8
4#7ABDD1
5#82B9CA
6#89B5C3
7#90B1BB
8#97ADB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DE #95DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCC #5DCCEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBE #2FBEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A1 #15A1CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1180 #1180A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5B #0C5B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083A #083A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF5FC;
--sky-blue-200: #C3ECF9;
--sky-blue-300: #95DEF4;
--sky-blue-400: #5DCCEE;
--sky-blue-500: #2FBEE9;
--sky-blue-600: #15A1CB;
--sky-blue-700: #1180A2;
--sky-blue-800: #0C5B73;
--sky-blue-900: #083A4A;
--sky-blue-950: #05252E;
}