Sky Blue
#91F8EF
CyanColor Codes
All color formats for development
HEX
#91F8EFRGB
rgb(145, 248, 239)HSL
hsl(175, 88%, 77%)OKLCH
oklch(0.914 0.098 188.4)CMYK
cmyk(42%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6EA
2#47F3E5
3#22F1E0
4#0EDDCC
5#0CB9AA
6#099488
7#076F66
8#054A44
9#022522
Tints
Lighter variations
1#9CF9F1
2#A7F9F2
3#B2FAF4
4#BDFBF6
5#C8FBF7
6#D3FCF9
7#DEFDFA
8#E9FEFC
9#F4FEFD
Tones
Muted variations
1#96F3EB
2#9BEEE7
3#A0E8E2
4#A5E3DE
5#ABDEDA
6#B0D9D6
7#B5D4D1
8#BACFCD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DDFDFA;
--sky-blue-200: #C1FBF6;
--sky-blue-300: #91F8EF;
--sky-blue-400: #57F4E7;
--sky-blue-500: #27F1E0;
--sky-blue-600: #0DD3C2;
--sky-blue-700: #0BA89B;
--sky-blue-800: #08786E;
--sky-blue-900: #054D47;
--sky-blue-950: #03302C;
}