Sky Blue
#91F8D2
GreenColor Codes
All color formats for development
HEX
#91F8D2RGB
rgb(145, 248, 210)HSL
hsl(158, 88%, 77%)OKLCH
oklch(0.906 0.111 168.1)CMYK
cmyk(42%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6C3
2#47F3B4
3#22F1A5
4#0EDD91
5#0CB979
6#099461
7#076F49
8#054A30
9#022518
Tints
Lighter variations
1#9CF9D7
2#A7F9DB
3#B2FAE0
4#BDFBE4
5#C8FBE9
6#D3FCED
7#DEFDF2
8#E9FEF6
9#F4FEFB
Tones
Muted variations
1#96F3D1
2#9BEECF
3#A0E8CE
4#A5E3CD
5#ABDECB
6#B0D9CA
7#B5D4C8
8#BACFC7
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784F | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D32 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DDFDF1;
--sky-blue-200: #C1FBE6;
--sky-blue-300: #91F8D2;
--sky-blue-400: #57F4BB;
--sky-blue-500: #27F1A7;
--sky-blue-600: #0DD38B;
--sky-blue-700: #0BA86E;
--sky-blue-800: #08784F;
--sky-blue-900: #054D32;
--sky-blue-950: #03301F;
}