Sky Blue
#91F8E7
CyanColor Codes
All color formats for development
HEX
#91F8E7RGB
rgb(145, 248, 231)HSL
hsl(170, 88%, 77%)OKLCH
oklch(0.912 0.1 182.2)CMYK
cmyk(42%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6DF
2#47F3D7
3#22F1CE
4#0EDDBB
5#0CB99C
6#09947D
7#076F5D
8#054A3E
9#02251F
Tints
Lighter variations
1#9CF9E9
2#A7F9EC
3#B2FAEE
4#BDFBF0
5#C8FBF3
6#D3FCF5
7#DEFDF8
8#E9FEFA
9#F4FEFD
Tones
Muted variations
1#96F3E3
2#9BEEE0
3#A0E8DC
4#A5E3D9
5#ABDED6
6#B0D9D2
7#B5D4CF
8#BACFCB
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 #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | 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: #C1FBF1;
--sky-blue-300: #91F8E7;
--sky-blue-400: #57F4DA;
--sky-blue-500: #27F1D0;
--sky-blue-600: #0DD3B2;
--sky-blue-700: #0BA88E;
--sky-blue-800: #087865;
--sky-blue-900: #054D41;
--sky-blue-950: #033028;
}