Sky Blue
#55DFF7
CyanColor Codes
All color formats for development
HEX
#55DFF7RGB
rgb(85, 223, 247)HSL
hsl(189, 91%, 65%)OKLCH
oklch(0.838 0.122 211.2)CMYK
cmyk(66%, 10%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35D9F5
2#15D3F4
3#0ABEDE
4#09A3BE
5#07889E
6#066D7F
7#04515F
8#03363F
9#011B20
Tints
Lighter variations
1#66E2F8
2#77E5F9
3#88E8F9
4#99ECFA
5#AAEFFB
6#BBF2FC
7#CCF5FD
8#DDF9FD
9#EEFCFE
Tones
Muted variations
1#5DD9EF
2#65D3E7
3#6DCEDF
4#75C8D6
5#7DC2CE
6#85BCC6
7#8DB7BE
8#96B1B6
9#9EABAE
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 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEA #8FEAFA | BordersInactive statesPlaceholder text |
| 400 | 55DF #55DFF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D5 #24D5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB8 #0AB8D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0892 #0892AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #06687A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | 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: #C0F3FC;
--sky-blue-300: #8FEAFA;
--sky-blue-400: #55DFF7;
--sky-blue-500: #24D5F5;
--sky-blue-600: #0AB8D6;
--sky-blue-700: #0892AA;
--sky-blue-800: #06687A;
--sky-blue-900: #04434E;
--sky-blue-950: #022A31;
}