Sky Blue
#90E6F9
CyanColor Codes
All color formats for development
HEX
#90E6F9RGB
rgb(144, 230, 249)HSL
hsl(191, 90%, 77%)OKLCH
oklch(0.877 0.087 213.3)CMYK
cmyk(42%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ADDF7
2#45D5F5
3#20CCF3
4#0CB9E0
5#0A9ABB
6#087B95
7#065C70
8#043E4B
9#021F25
Tints
Lighter variations
1#9BE8FA
2#A6EBFA
3#B1EDFB
4#BCF0FB
5#C7F2FC
6#D2F5FD
7#DEF7FD
8#E9FAFE
9#F4FCFE
Tones
Muted variations
1#95E2F4
2#9ADFEF
3#9FDCE9
4#A5D8E4
5#AAD5DF
6#AFD2D9
7#B5CED4
8#BACBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E6 #90E6F9 | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25CE #25CEF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB0 #0BB0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098C #098CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #066479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF7FD;
--sky-blue-200: #C0F1FC;
--sky-blue-300: #90E6F9;
--sky-blue-400: #55D9F6;
--sky-blue-500: #25CEF4;
--sky-blue-600: #0BB0D5;
--sky-blue-700: #098CAA;
--sky-blue-800: #066479;
--sky-blue-900: #04404E;
--sky-blue-950: #032830;
}