Sky Blue
#91E8F8
CyanColor Codes
All color formats for development
HEX
#91E8F8RGB
rgb(145, 232, 248)HSL
hsl(189, 88%, 77%)OKLCH
oklch(0.881 0.087 210.5)CMYK
cmyk(42%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CE1F6
2#47D9F3
3#22D2F1
4#0EBEDD
5#0C9FB9
6#097F94
7#075F6F
8#053F4A
9#022025
Tints
Lighter variations
1#9CEBF9
2#A7EDF9
3#B2EFFA
4#BDF1FB
5#C8F4FB
6#D3F6FC
7#DEF8FD
8#E9FAFE
9#F4FDFE
Tones
Muted variations
1#96E5F3
2#9BE1EE
3#A0DEE8
4#A5DAE3
5#ABD6DE
6#B0D3D9
7#B5CFD4
8#BACCCF
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 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | 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: #C1F2FB;
--sky-blue-300: #91E8F8;
--sky-blue-400: #57DDF4;
--sky-blue-500: #27D3F1;
--sky-blue-600: #0DB5D3;
--sky-blue-700: #0B90A8;
--sky-blue-800: #086778;
--sky-blue-900: #05424D;
--sky-blue-950: #032930;
}