Sky Blue
#4DC9FF
BlueColor Codes
All color formats for development
HEX
#4DC9FFRGB
rgb(77, 201, 255)HSL
hsl(198, 100%, 65%)OKLCH
oklch(0.789 0.132 230.7)CMYK
cmyk(70%, 21%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BC0FF
2#0AB6FF
3#00A2E8
4#008BC7
5#0074A6
6#005D85
7#004663
8#002E42
9#001721
Tints
Lighter variations
1#5ECFFF
2#70D4FF
3#82DAFF
4#94DFFF
5#A6E4FF
6#B8EAFF
7#C9EFFF
8#DBF4FF
9#EDFAFF
Tones
Muted variations
1#55C6F6
2#5EC2ED
3#67BFE4
4#70BBDB
5#79B8D2
6#82B4C9
7#8BB0C1
8#94ADB8
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 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | 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: #BDEBFF;
--sky-blue-300: #8ADCFF;
--sky-blue-400: #4DC9FF;
--sky-blue-500: #1ABAFF;
--sky-blue-600: #009DE0;
--sky-blue-700: #007DB3;
--sky-blue-800: #005980;
--sky-blue-900: #003952;
--sky-blue-950: #002433;
}