Sky Blue
#91F8E0
CyanColor Codes
All color formats for development
HEX
#91F8E0RGB
rgb(145, 248, 224)HSL
hsl(166, 88%, 77%)OKLCH
oklch(0.91 0.103 177.1)CMYK
cmyk(42%, 0%, 10%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6D5
2#47F3CB
3#22F1C1
4#0EDDAD
5#0CB990
6#099473
7#076F57
8#054A3A
9#02251D
Tints
Lighter variations
1#9CF9E3
2#A7F9E6
3#B2FAE9
4#BDFBEC
5#C8FBEF
6#D3FCF3
7#DEFDF6
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#96F3DD
2#9BEEDA
3#A0E8D8
4#A5E3D5
5#ABDED2
6#B0D9CF
7#B5D4CD
8#BACFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DDFDF6;
--sky-blue-200: #C1FBED;
--sky-blue-300: #91F8E0;
--sky-blue-400: #57F4D0;
--sky-blue-500: #27F1C2;
--sky-blue-600: #0DD3A5;
--sky-blue-700: #0BA883;
--sky-blue-800: #08785E;
--sky-blue-900: #054D3C;
--sky-blue-950: #033025;
}