Sky Blue
#91EAF8
CyanColor Codes
All color formats for development
HEX
#91EAF8RGB
rgb(145, 234, 248)HSL
hsl(188, 88%, 77%)OKLCH
oklch(0.886 0.088 208.4)CMYK
cmyk(42%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CE3F6
2#47DCF3
3#22D5F1
4#0EC2DD
5#0CA2B9
6#098194
7#07616F
8#05414A
9#022025
Tints
Lighter variations
1#9CECF9
2#A7EEF9
3#B2F0FA
4#BDF3FB
5#C8F5FB
6#D3F7FC
7#DEF9FD
8#E9FBFE
9#F4FDFE
Tones
Muted variations
1#96E6F3
2#9BE3EE
3#A0DFE8
4#A5DBE3
5#ABD7DE
6#B0D3D9
7#B5D0D4
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 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DDF9FD;
--sky-blue-200: #C1F3FB;
--sky-blue-300: #91EAF8;
--sky-blue-400: #57DFF4;
--sky-blue-500: #27D6F1;
--sky-blue-600: #0DB9D3;
--sky-blue-700: #0B93A8;
--sky-blue-800: #086978;
--sky-blue-900: #05434D;
--sky-blue-950: #032A30;
}