Sky Blue
#91F8DE
CyanColor Codes
All color formats for development
HEX
#91F8DERGB
rgb(145, 248, 222)HSL
hsl(165, 88%, 77%)OKLCH
oklch(0.909 0.104 175.8)CMYK
cmyk(42%, 0%, 10%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6D3
2#47F3C8
3#22F1BD
4#0EDDAA
5#0CB98D
6#099471
7#076F55
8#054A39
9#02251C
Tints
Lighter variations
1#9CF9E1
2#A7F9E5
3#B2FAE8
4#BDFBEB
5#C8FBEF
6#D3FCF2
7#DEFDF5
8#E9FEF8
9#F4FEFC
Tones
Muted variations
1#96F3DC
2#9BEED9
3#A0E8D6
4#A5E3D4
5#ABDED1
6#B0D9CF
7#B5D4CC
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 #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3B | 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: #DDFDF5;
--sky-blue-200: #C1FBEC;
--sky-blue-300: #91F8DE;
--sky-blue-400: #57F4CD;
--sky-blue-500: #27F1BF;
--sky-blue-600: #0DD3A2;
--sky-blue-700: #0BA881;
--sky-blue-800: #08785C;
--sky-blue-900: #054D3B;
--sky-blue-950: #033025;
}