Sky Blue
#91E7F8
CyanColor Codes
All color formats for development
HEX
#91E7F8RGB
rgb(145, 231, 248)HSL
hsl(190, 88%, 77%)OKLCH
oklch(0.879 0.086 211.5)CMYK
cmyk(42%, 7%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CDFF6
2#47D7F3
3#22CEF1
4#0EBBDD
5#0C9CB9
6#097D94
7#075D6F
8#053E4A
9#021F25
Tints
Lighter variations
1#9CE9F9
2#A7ECF9
3#B2EEFA
4#BDF0FB
5#C8F3FB
6#D3F5FC
7#DEF8FD
8#E9FAFE
9#F4FDFE
Tones
Muted variations
1#96E3F3
2#9BE0EE
3#A0DCE8
4#A5D9E3
5#ABD6DE
6#B0D2D9
7#B5CFD4
8#BACBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F1 #C1F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E7 #91E7F8 | BordersInactive statesPlaceholder text |
| 400 | 57DA #57DAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D0 #27D0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB2 #0DB2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8E #0B8EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0865 #086578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0541 #05414D | 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: #F1FCFE;
--sky-blue-100: #DDF8FD;
--sky-blue-200: #C1F1FB;
--sky-blue-300: #91E7F8;
--sky-blue-400: #57DAF4;
--sky-blue-500: #27D0F1;
--sky-blue-600: #0DB2D3;
--sky-blue-700: #0B8EA8;
--sky-blue-800: #086578;
--sky-blue-900: #05414D;
--sky-blue-950: #032830;
}