Sky Blue
#4DFFF3
CyanColor Codes
All color formats for development
HEX
#4DFFF3RGB
rgb(77, 255, 243)HSL
hsl(176, 100%, 65%)OKLCH
oklch(0.909 0.141 188.3)CMYK
cmyk(70%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFF1
2#0AFFEF
3#00E8D9
4#00C7BA
5#00A69B
6#00857C
7#00635D
8#00423E
9#00211F
Tints
Lighter variations
1#5EFFF4
2#70FFF5
3#82FFF7
4#94FFF8
5#A6FFF9
6#B8FFFA
7#C9FFFB
8#DBFFFD
9#EDFFFE
Tones
Muted variations
1#55F6EB
2#5EEDE4
3#67E4DC
4#70DBD4
5#79D2CC
6#82C9C5
7#8BC1BD
8#94B8B5
9#9DAFAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF7 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFE;
--sky-blue-100: #DBFFFD;
--sky-blue-200: #BDFFFB;
--sky-blue-300: #8AFFF7;
--sky-blue-400: #4DFFF3;
--sky-blue-500: #1AFFF0;
--sky-blue-600: #00E0D1;
--sky-blue-700: #00B3A7;
--sky-blue-800: #008077;
--sky-blue-900: #00524C;
--sky-blue-950: #003330;
}