Sky Blue
#91F8D0
GreenColor Codes
All color formats for development
HEX
#91F8D0RGB
rgb(145, 248, 208)HSL
hsl(157, 88%, 77%)OKLCH
oklch(0.905 0.112 166.9)CMYK
cmyk(42%, 0%, 16%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6C1
2#47F3B1
3#22F1A2
4#0EDD8E
5#0CB976
6#09945F
7#076F47
8#054A2F
9#022518
Tints
Lighter variations
1#9CF9D5
2#A7F9DA
3#B2FADE
4#BDFBE3
5#C8FBE8
6#D3FCEC
7#DEFDF1
8#E9FEF6
9#F4FEFA
Tones
Muted variations
1#96F3CF
2#9BEECE
3#A0E8CD
4#A5E3CC
5#ABDECA
6#B0D9C9
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 #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D31 | 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: #C1FBE5;
--sky-blue-300: #91F8D0;
--sky-blue-400: #57F4B8;
--sky-blue-500: #27F1A4;
--sky-blue-600: #0DD387;
--sky-blue-700: #0BA86C;
--sky-blue-800: #08784D;
--sky-blue-900: #054D31;
--sky-blue-950: #03301F;
}