Sky Blue
#55E1F7
CyanColor Codes
All color formats for development
HEX
#55E1F7RGB
rgb(85, 225, 247)HSL
hsl(188, 91%, 65%)OKLCH
oklch(0.843 0.122 209.8)CMYK
cmyk(66%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35DCF5
2#15D6F4
3#0AC1DE
4#09A6BE
5#078A9E
6#066F7F
7#04535F
8#03373F
9#011C20
Tints
Lighter variations
1#66E4F8
2#77E7F9
3#88EAF9
4#99EDFA
5#AAF0FB
6#BBF3FC
7#CCF6FD
8#DDF9FD
9#EEFCFE
Tones
Muted variations
1#5DDBEF
2#65D5E7
3#6DCFDF
4#75C9D6
5#7DC4CE
6#85BEC6
7#8DB8BE
8#96B2B6
9#9EACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEB #8FEBFA | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D9 #24D9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0ABB #0ABBD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0895 #0895AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | 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: #F0FCFE;
--sky-blue-100: #DDF9FD;
--sky-blue-200: #C0F4FC;
--sky-blue-300: #8FEBFA;
--sky-blue-400: #55E1F7;
--sky-blue-500: #24D9F5;
--sky-blue-600: #0ABBD6;
--sky-blue-700: #0895AA;
--sky-blue-800: #066A7A;
--sky-blue-900: #04444E;
--sky-blue-950: #022B31;
}