Sky Blue
#4DF3FF
CyanColor Codes
All color formats for development
HEX
#4DF3FFRGB
rgb(77, 243, 255)HSL
hsl(184, 100%, 65%)OKLCH
oklch(0.885 0.133 202.2)CMYK
cmyk(70%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BF1FF
2#0AEFFF
3#00D9E8
4#00BAC7
5#009BA6
6#007C85
7#005D63
8#003E42
9#001F21
Tints
Lighter variations
1#5EF4FF
2#70F5FF
3#82F7FF
4#94F8FF
5#A6F9FF
6#B8FAFF
7#C9FBFF
8#DBFDFF
9#EDFEFF
Tones
Muted variations
1#55EBF6
2#5EE4ED
3#67DCE4
4#70D4DB
5#79CCD2
6#82C5C9
7#8BBDC1
8#94B5B8
9#9DADAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DBFDFF;
--sky-blue-200: #BDFBFF;
--sky-blue-300: #8AF7FF;
--sky-blue-400: #4DF3FF;
--sky-blue-500: #1AF0FF;
--sky-blue-600: #00D1E0;
--sky-blue-700: #00A7B3;
--sky-blue-800: #007780;
--sky-blue-900: #004C52;
--sky-blue-950: #003033;
}