Sky Blue
#91F8D9
GreenColor Codes
All color formats for development
HEX
#91F8D9RGB
rgb(145, 248, 217)HSL
hsl(162, 88%, 77%)OKLCH
oklch(0.908 0.107 172.4)CMYK
cmyk(42%, 0%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6CC
2#47F3C0
3#22F1B3
4#0EDD9F
5#0CB985
6#09946A
7#076F50
8#054A35
9#02251B
Tints
Lighter variations
1#9CF9DD
2#A7F9E1
3#B2FAE4
4#BDFBE8
5#C8FBEC
6#D3FCF0
7#DEFDF4
8#E9FEF7
9#F4FEFB
Tones
Muted variations
1#96F3D7
2#9BEED5
3#A0E8D3
4#A5E3D1
5#ABDECF
6#B0D9CD
7#B5D4CB
8#BACFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D9 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD398 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087856 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DDFDF3;
--sky-blue-200: #C1FBEA;
--sky-blue-300: #91F8D9;
--sky-blue-400: #57F4C5;
--sky-blue-500: #27F1B5;
--sky-blue-600: #0DD398;
--sky-blue-700: #0BA879;
--sky-blue-800: #087856;
--sky-blue-900: #054D37;
--sky-blue-950: #033022;
}