Sky Blue
#4DDBFF
CyanColor Codes
All color formats for development
HEX
#4DDBFFRGB
rgb(77, 219, 255)HSL
hsl(192, 100%, 65%)OKLCH
oklch(0.83 0.128 218.3)CMYK
cmyk(70%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD5FF
2#0ACEFF
3#00BAE8
4#009FC7
5#0085A6
6#006A85
7#005063
8#003542
9#001B21
Tints
Lighter variations
1#5EDFFF
2#70E2FF
3#82E6FF
4#94EAFF
5#A6EDFF
6#B8F1FF
7#C9F4FF
8#DBF8FF
9#EDFBFF
Tones
Muted variations
1#55D6F6
2#5ED1ED
3#67CBE4
4#70C6DB
5#79C1D2
6#82BBC9
7#8BB6C1
8#94B0B8
9#9DABAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF8 #DBF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE8 #8AE8FF | BordersInactive statesPlaceholder text |
| 400 | 4DDB #4DDBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD1 #1AD1FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B4 #00B4E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008F #008FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0066 #006680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0041 #004152 | Primary textHigh emphasis contentDark headings |
| 950 | 0029 #002933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DBF8FF;
--sky-blue-200: #BDF2FF;
--sky-blue-300: #8AE8FF;
--sky-blue-400: #4DDBFF;
--sky-blue-500: #1AD1FF;
--sky-blue-600: #00B4E0;
--sky-blue-700: #008FB3;
--sky-blue-800: #006680;
--sky-blue-900: #004152;
--sky-blue-950: #002933;
}