Sky Blue
#91EFF8
CyanColor Codes
All color formats for development
HEX
#91EFF8RGB
rgb(145, 239, 248)HSL
hsl(185, 88%, 77%)OKLCH
oklch(0.897 0.09 203.5)CMYK
cmyk(42%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CEAF6
2#47E5F3
3#22E0F1
4#0ECCDD
5#0CAAB9
6#098894
7#07666F
8#05444A
9#022225
Tints
Lighter variations
1#9CF1F9
2#A7F2F9
3#B2F4FA
4#BDF6FB
5#C8F7FB
6#D3F9FC
7#DEFAFD
8#E9FCFE
9#F4FDFE
Tones
Muted variations
1#96EBF3
2#9BE7EE
3#A0E2E8
4#A5DEE3
5#ABDADE
6#B0D6D9
7#B5D1D4
8#BACDCF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DDFAFD;
--sky-blue-200: #C1F6FB;
--sky-blue-300: #91EFF8;
--sky-blue-400: #57E7F4;
--sky-blue-500: #27E0F1;
--sky-blue-600: #0DC2D3;
--sky-blue-700: #0B9BA8;
--sky-blue-800: #086E78;
--sky-blue-900: #05474D;
--sky-blue-950: #032C30;
}