Sky Blue
#4DD5FF
CyanColor Codes
All color formats for development
HEX
#4DD5FFRGB
rgb(77, 213, 255)HSL
hsl(194, 100%, 65%)OKLCH
oklch(0.816 0.129 222.5)CMYK
cmyk(70%, 16%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BCEFF
2#0AC6FF
3#00B2E8
4#0098C7
5#007FA6
6#006685
7#004C63
8#003342
9#001921
Tints
Lighter variations
1#5EDAFF
2#70DEFF
3#82E2FF
4#94E6FF
5#A6EAFF
6#B8EEFF
7#C9F3FF
8#DBF7FF
9#EDFBFF
Tones
Muted variations
1#55D1F6
2#5ECCED
3#67C7E4
4#70C2DB
5#79BED2
6#82B9C9
7#8BB4C1
8#94AFB8
9#9DABAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DBF7FF;
--sky-blue-200: #BDF0FF;
--sky-blue-300: #8AE4FF;
--sky-blue-400: #4DD5FF;
--sky-blue-500: #1AC9FF;
--sky-blue-600: #00ACE0;
--sky-blue-700: #0089B3;
--sky-blue-800: #006280;
--sky-blue-900: #003F52;
--sky-blue-950: #002733;
}