Sky Blue
#91F8D4
GreenColor Codes
All color formats for development
HEX
#91F8D4RGB
rgb(145, 248, 212)HSL
hsl(159, 88%, 77%)OKLCH
oklch(0.906 0.11 169.3)CMYK
cmyk(42%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6C5
2#47F3B7
3#22F1A8
4#0EDD95
5#0CB97C
6#099463
7#076F4A
8#054A32
9#022519
Tints
Lighter variations
1#9CF9D8
2#A7F9DC
3#B2FAE1
4#BDFBE5
5#C8FBE9
6#D3FCEE
7#DEFDF2
8#E9FEF6
9#F4FEFB
Tones
Muted variations
1#96F3D2
2#9BEED1
3#A0E8CF
4#A5E3CE
5#ABDECC
6#B0D9CB
7#B5D4C9
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 #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D4 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DDFDF2;
--sky-blue-200: #C1FBE7;
--sky-blue-300: #91F8D4;
--sky-blue-400: #57F4BD;
--sky-blue-500: #27F1AB;
--sky-blue-600: #0DD38E;
--sky-blue-700: #0BA871;
--sky-blue-800: #087851;
--sky-blue-900: #054D34;
--sky-blue-950: #033020;
}