Sky Blue
#90E7F9
CyanColor Codes
All color formats for development
HEX
#90E7F9RGB
rgb(144, 231, 249)HSL
hsl(190, 90%, 77%)OKLCH
oklch(0.879 0.087 212.3)CMYK
cmyk(42%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AE0F7
2#45D8F5
3#20D0F3
4#0CBCE0
5#0A9DBB
6#087E95
7#065E70
8#043F4B
9#021F25
Tints
Lighter variations
1#9BEAFA
2#A6ECFA
3#B1EFFB
4#BCF1FB
5#C7F3FC
6#D2F6FD
7#DEF8FD
8#E9FAFE
9#F4FDFE
Tones
Muted variations
1#95E4F4
2#9AE1EF
3#9FDDE9
4#A5D9E4
5#AAD6DF
6#AFD2D9
7#B5CFD4
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 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E8 #90E8F9 | BordersInactive statesPlaceholder text |
| 400 | 55DB #55DBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D1 #25D1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB4 #0BB4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098F #098FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #066679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414E | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF8FD;
--sky-blue-200: #C0F2FC;
--sky-blue-300: #90E8F9;
--sky-blue-400: #55DBF6;
--sky-blue-500: #25D1F4;
--sky-blue-600: #0BB4D5;
--sky-blue-700: #098FAA;
--sky-blue-800: #066679;
--sky-blue-900: #04414E;
--sky-blue-950: #032930;
}