Sky Blue
#55D4F7
CyanColor Codes
All color formats for development
HEX
#55D4F7RGB
rgb(85, 212, 247)HSL
hsl(193, 91%, 65%)OKLCH
oklch(0.813 0.121 219.4)CMYK
cmyk(66%, 14%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35CCF5
2#15C4F4
3#0AB0DE
4#0997BE
5#077E9E
6#06647F
7#044B5F
8#03323F
9#011920
Tints
Lighter variations
1#66D8F8
2#77DCF9
3#88E1F9
4#99E5FA
5#AAE9FB
6#BBEEFC
7#CCF2FD
8#DDF6FD
9#EEFBFE
Tones
Muted variations
1#5DCFEF
2#65CBE7
3#6DC6DF
4#75C1D6
5#7DBDCE
6#85B8C6
7#8DB4BE
8#96AFB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE3 #8FE3FA | BordersInactive statesPlaceholder text |
| 400 | 55D4 #55D4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C7 #24C7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AAA #0AAAD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0887 #0887AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0661 #06617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C0EFFC;
--sky-blue-300: #8FE3FA;
--sky-blue-400: #55D4F7;
--sky-blue-500: #24C7F5;
--sky-blue-600: #0AAAD6;
--sky-blue-700: #0887AA;
--sky-blue-800: #06617A;
--sky-blue-900: #043E4E;
--sky-blue-950: #022731;
}