Sky Blue
#91F8CD
GreenColor Codes
All color formats for development
HEX
#91F8CDRGB
rgb(145, 248, 205)HSL
hsl(155, 88%, 77%)OKLCH
oklch(0.905 0.115 165.2)CMYK
cmyk(42%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6BC
2#47F3AB
3#22F19B
4#0EDD87
5#0CB971
6#09945A
7#076F44
8#054A2D
9#022517
Tints
Lighter variations
1#9CF9D2
2#A7F9D7
3#B2FADC
4#BDFBE1
5#C8FBE6
6#D3FCEB
7#DEFDF0
8#E9FEF5
9#F4FEFA
Tones
Muted variations
1#96F3CC
2#9BEECB
3#A0E8CA
4#A5E3CA
5#ABDEC9
6#B0D9C8
7#B5D4C7
8#BACFC6
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CD | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19D | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2F | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF8;
--sky-blue-100: #DDFDF0;
--sky-blue-200: #C1FBE3;
--sky-blue-300: #91F8CD;
--sky-blue-400: #57F4B3;
--sky-blue-500: #27F19D;
--sky-blue-600: #0DD381;
--sky-blue-700: #0BA866;
--sky-blue-800: #087849;
--sky-blue-900: #054D2F;
--sky-blue-950: #03301D;
}