Sky Blue
#55CEF7
BlueColor Codes
All color formats for development
HEX
#55CEF7RGB
rgb(85, 206, 247)HSL
hsl(195, 91%, 65%)OKLCH
oklch(0.799 0.121 223.9)CMYK
cmyk(66%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C5F5
2#15BCF4
3#0AA9DE
4#0991BE
5#07799E
6#06607F
7#04485F
8#03303F
9#011820
Tints
Lighter variations
1#66D3F8
2#77D8F9
3#88DDF9
4#99E2FA
5#AAE7FB
6#BBECFC
7#CCF0FD
8#DDF5FD
9#EEFAFE
Tones
Muted variations
1#5DCAEF
2#65C6E7
3#6DC2DF
4#75BED6
5#7DBACE
6#85B6C6
7#8DB2BE
8#96AEB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDF #8FDFFA | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C0 #24C0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA3 #0AA3D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0882 #0882AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065D #065D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FD;
--sky-blue-200: #C0EDFC;
--sky-blue-300: #8FDFFA;
--sky-blue-400: #55CEF7;
--sky-blue-500: #24C0F5;
--sky-blue-600: #0AA3D6;
--sky-blue-700: #0882AA;
--sky-blue-800: #065D7A;
--sky-blue-900: #043B4E;
--sky-blue-950: #022531;
}