Sky Blue
#91F8E2
CyanColor Codes
All color formats for development
HEX
#91F8E2RGB
rgb(145, 248, 226)HSL
hsl(167, 88%, 77%)OKLCH
oklch(0.91 0.102 178.6)CMYK
cmyk(42%, 0%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6D8
2#47F3CE
3#22F1C4
4#0EDDB1
5#0CB993
6#099476
7#076F58
8#054A3B
9#02251D
Tints
Lighter variations
1#9CF9E5
2#A7F9E7
3#B2FAEA
4#BDFBED
5#C8FBF0
6#D3FCF3
7#DEFDF6
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#96F3DF
2#9BEEDC
3#A0E8D9
4#A5E3D6
5#ABDED3
6#B0D9D0
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 #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | 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: #C1FBEE;
--sky-blue-300: #91F8E2;
--sky-blue-400: #57F4D2;
--sky-blue-500: #27F1C5;
--sky-blue-600: #0DD3A8;
--sky-blue-700: #0BA886;
--sky-blue-800: #087860;
--sky-blue-900: #054D3D;
--sky-blue-950: #033026;
}