Sky Blue
#4DC6FF
BlueColor Codes
All color formats for development
HEX
#4DC6FFRGB
rgb(77, 198, 255)HSL
hsl(199, 100%, 65%)OKLCH
oklch(0.782 0.133 232.7)CMYK
cmyk(70%, 22%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BBCFF
2#0AB1FF
3#009FE8
4#0088C7
5#0071A6
6#005B85
7#004463
8#002D42
9#001721
Tints
Lighter variations
1#5ECCFF
2#70D2FF
3#82D7FF
4#94DDFF
5#A6E3FF
6#B8E8FF
7#C9EEFF
8#DBF4FF
9#EDF9FF
Tones
Muted variations
1#55C3F6
2#5EC0ED
3#67BDE4
4#70B9DB
5#79B6D2
6#82B3C9
7#8BB0C1
8#94ACB8
9#9DA9AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DBF4FF;
--sky-blue-200: #BDEAFF;
--sky-blue-300: #8ADAFF;
--sky-blue-400: #4DC6FF;
--sky-blue-500: #1AB6FF;
--sky-blue-600: #0099E0;
--sky-blue-700: #007AB3;
--sky-blue-800: #005780;
--sky-blue-900: #003852;
--sky-blue-950: #002333;
}