Sky Blue
#91F8CF
GreenColor Codes
All color formats for development
HEX
#91F8CFRGB
rgb(145, 248, 207)HSL
hsl(156, 88%, 77%)OKLCH
oklch(0.905 0.113 166.4)CMYK
cmyk(42%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6BE
2#47F3AE
3#22F19E
4#0EDD8B
5#0CB973
6#09945C
7#076F45
8#054A2E
9#022517
Tints
Lighter variations
1#9CF9D4
2#A7F9D8
3#B2FADD
4#BDFBE2
5#C8FBE7
6#D3FCEC
7#DEFDF1
8#E9FEF5
9#F4FEFA
Tones
Muted variations
1#96F3CE
2#9BEECD
3#A0E8CC
4#A5E3CB
5#ABDECA
6#B0D9C8
7#B5D4C7
8#BACFC6
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DDFDF0;
--sky-blue-200: #C1FBE4;
--sky-blue-300: #91F8CF;
--sky-blue-400: #57F4B5;
--sky-blue-500: #27F1A0;
--sky-blue-600: #0DD384;
--sky-blue-700: #0BA869;
--sky-blue-800: #08784B;
--sky-blue-900: #054D30;
--sky-blue-950: #03301E;
}