Sky Blue
#91E2F8
CyanColor Codes
All color formats for development
HEX
#91E2F8RGB
rgb(145, 226, 248)HSL
hsl(193, 88%, 77%)OKLCH
oklch(0.868 0.085 216.9)CMYK
cmyk(42%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CD8F6
2#47CEF3
3#22C4F1
4#0EB1DD
5#0C93B9
6#097694
7#07586F
8#053B4A
9#021D25
Tints
Lighter variations
1#9CE5F9
2#A7E7F9
3#B2EAFA
4#BDEDFB
5#C8F0FB
6#D3F3FC
7#DEF6FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#96DFF3
2#9BDCEE
3#A0D9E8
4#A5D6E3
5#ABD3DE
6#B0D0D9
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 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | 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: #C1EEFB;
--sky-blue-300: #91E2F8;
--sky-blue-400: #57D2F4;
--sky-blue-500: #27C5F1;
--sky-blue-600: #0DA8D3;
--sky-blue-700: #0B86A8;
--sky-blue-800: #086078;
--sky-blue-900: #053D4D;
--sky-blue-950: #032630;
}