Sky Blue
#52E3FA
CyanColor Codes
All color formats for development
HEX
#52E3FARGB
rgb(82, 227, 250)HSL
hsl(188, 94%, 65%)OKLCH
oklch(0.848 0.125 210)CMYK
cmyk(67%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32DEF9
2#12D9F8
3#07C4E1
4#06A8C1
5#058CA1
6#047081
7#035460
8#023840
9#011C20
Tints
Lighter variations
1#63E6FA
2#74E9FB
3#86ECFB
4#97EEFC
5#A8F1FC
6#BAF4FD
7#CBF7FD
8#DCF9FE
9#EEFCFE
Tones
Muted variations
1#5ADDF1
2#63D7E9
3#6BD1E0
4#73CBD8
5#7CC5D0
6#84BEC7
7#8DB8BF
8#95B2B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFB | BordersInactive statesPlaceholder text |
| 400 | 52E3 #52E3FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DB #20DBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BE #07BEDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0597 #0597AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046C #046C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #02454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BFF5FD;
--sky-blue-300: #8DEDFB;
--sky-blue-400: #52E3FA;
--sky-blue-500: #20DBF8;
--sky-blue-600: #07BEDA;
--sky-blue-700: #0597AD;
--sky-blue-800: #046C7C;
--sky-blue-900: #02454F;
--sky-blue-950: #022B31;
}