Sky Blue
#91E3F8
CyanColor Codes
All color formats for development
HEX
#91E3F8RGB
rgb(145, 227, 248)HSL
hsl(192, 88%, 77%)OKLCH
oklch(0.871 0.085 215.8)CMYK
cmyk(42%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CDAF6
2#47D1F3
3#22C8F1
4#0EB4DD
5#0C96B9
6#097894
7#075A6F
8#053C4A
9#021E25
Tints
Lighter variations
1#9CE6F9
2#A7E9F9
3#B2ECFA
4#BDEEFB
5#C8F1FB
6#D3F4FC
7#DEF7FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#96E0F3
2#9BDDEE
3#A0DAE8
4#A5D7E3
5#ABD4DE
6#B0D1D9
7#B5CED4
8#BACBCF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DDF7FD;
--sky-blue-200: #C1EFFB;
--sky-blue-300: #91E3F8;
--sky-blue-400: #57D5F4;
--sky-blue-500: #27C9F1;
--sky-blue-600: #0DABD3;
--sky-blue-700: #0B88A8;
--sky-blue-800: #086178;
--sky-blue-900: #053E4D;
--sky-blue-950: #032730;
}