Sky Blue
#91E0F8
CyanColor Codes
All color formats for development
HEX
#91E0F8RGB
rgb(145, 224, 248)HSL
hsl(194, 88%, 77%)OKLCH
oklch(0.864 0.084 219.1)CMYK
cmyk(42%, 10%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CD5F6
2#47CBF3
3#22C1F1
4#0EADDD
5#0C90B9
6#097394
7#07576F
8#053A4A
9#021D25
Tints
Lighter variations
1#9CE3F9
2#A7E6F9
3#B2E9FA
4#BDECFB
5#C8EFFB
6#D3F3FC
7#DEF6FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#96DDF3
2#9BDAEE
3#A0D8E8
4#A5D5E3
5#ABD2DE
6#B0CFD9
7#B5CDD4
8#BACACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C1EDFB;
--sky-blue-300: #91E0F8;
--sky-blue-400: #57D0F4;
--sky-blue-500: #27C2F1;
--sky-blue-600: #0DA5D3;
--sky-blue-700: #0B83A8;
--sky-blue-800: #085E78;
--sky-blue-900: #053C4D;
--sky-blue-950: #032530;
}