Sky Blue
#91E5F8
CyanColor Codes
All color formats for development
HEX
#91E5F8RGB
rgb(145, 229, 248)HSL
hsl(191, 88%, 77%)OKLCH
oklch(0.875 0.085 213.7)CMYK
cmyk(42%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CDCF6
2#47D4F3
3#22CBF1
4#0EB7DD
5#0C99B9
6#097A94
7#075C6F
8#053D4A
9#021F25
Tints
Lighter variations
1#9CE8F9
2#A7EAF9
3#B2EDFA
4#BDEFFB
5#C8F2FB
6#D3F5FC
7#DEF7FD
8#E9FAFE
9#F4FCFE
Tones
Muted variations
1#96E2F3
2#9BDFEE
3#A0DBE8
4#A5D8E3
5#ABD5DE
6#B0D1D9
7#B5CED4
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 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | 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: #DDF7FD;
--sky-blue-200: #C1F0FB;
--sky-blue-300: #91E5F8;
--sky-blue-400: #57D7F4;
--sky-blue-500: #27CCF1;
--sky-blue-600: #0DAFD3;
--sky-blue-700: #0B8BA8;
--sky-blue-800: #086378;
--sky-blue-900: #05404D;
--sky-blue-950: #032830;
}