Sky Blue
#91F8E8
CyanColor Codes
All color formats for development
HEX
#91F8E8RGB
rgb(145, 248, 232)HSL
hsl(171, 88%, 77%)OKLCH
oklch(0.912 0.1 183)CMYK
cmyk(42%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6E1
2#47F3D9
3#22F1D2
4#0EDDBE
5#0CB99F
6#09947F
7#076F5F
8#054A3F
9#022520
Tints
Lighter variations
1#9CF9EB
2#A7F9ED
3#B2FAEF
4#BDFBF1
5#C8FBF4
6#D3FCF6
7#DEFDF8
8#E9FEFA
9#F4FEFD
Tones
Muted variations
1#96F3E5
2#9BEEE1
3#A0E8DE
4#A5E3DA
5#ABDED6
6#B0D9D3
7#B5D4CF
8#BACFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF8;
--sky-blue-200: #C1FBF2;
--sky-blue-300: #91F8E8;
--sky-blue-400: #57F4DD;
--sky-blue-500: #27F1D3;
--sky-blue-600: #0DD3B5;
--sky-blue-700: #0BA890;
--sky-blue-800: #087867;
--sky-blue-900: #054D42;
--sky-blue-950: #033029;
}