Sky Blue
#55C4F7
BlueColor Codes
All color formats for development
HEX
#55C4F7RGB
rgb(85, 196, 247)HSL
hsl(199, 91%, 65%)OKLCH
oklch(0.777 0.124 231.3)CMYK
cmyk(66%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35B8F5
2#15ADF4
3#0A9BDE
4#0985BE
5#076F9E
6#06587F
7#04425F
8#032C3F
9#011620
Tints
Lighter variations
1#66C9F8
2#77CFF9
3#88D5F9
4#99DBFA
5#AAE1FB
6#BBE7FC
7#CCEDFD
8#DDF3FD
9#EEF9FE
Tones
Muted variations
1#5DC1EF
2#65BEE7
3#6DBBDF
4#75B8D6
5#7DB5CE
6#85B2C6
7#8DAFBE
8#96ACB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD8 #8FD8FA | BordersInactive statesPlaceholder text |
| 400 | 55C4 #55C4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B3 #24B3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A96 #0A96D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0877 #0877AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #06557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E9FC;
--sky-blue-300: #8FD8FA;
--sky-blue-400: #55C4F7;
--sky-blue-500: #24B3F5;
--sky-blue-600: #0A96D6;
--sky-blue-700: #0877AA;
--sky-blue-800: #06557A;
--sky-blue-900: #04364E;
--sky-blue-950: #022231;
}