Sky Blue
#55C9F7
BlueColor Codes
All color formats for development
HEX
#55C9F7RGB
rgb(85, 201, 247)HSL
hsl(197, 91%, 65%)OKLCH
oklch(0.788 0.122 227.7)CMYK
cmyk(66%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35BFF5
2#15B5F4
3#0AA2DE
4#098BBE
5#07749E
6#065C7F
7#04455F
8#032E3F
9#011720
Tints
Lighter variations
1#66CEF8
2#77D4F9
3#88D9F9
4#99DFFA
5#AAE4FB
6#BBE9FC
7#CCEFFD
8#DDF4FD
9#EEFAFE
Tones
Muted variations
1#5DC5EF
2#65C2E7
3#6DBEDF
4#75BBD6
5#7DB7CE
6#85B4C6
7#8DB0BE
8#96ADB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDB #8FDBFA | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B9 #24B9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A9C #0A9CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087C #087CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #06597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C0EBFC;
--sky-blue-300: #8FDBFA;
--sky-blue-400: #55C9F7;
--sky-blue-500: #24B9F5;
--sky-blue-600: #0A9CD6;
--sky-blue-700: #087CAA;
--sky-blue-800: #06597A;
--sky-blue-900: #04394E;
--sky-blue-950: #022431;
}