Sky Blue
#91F8D7
GreenColor Codes
All color formats for development
HEX
#91F8D7RGB
rgb(145, 248, 215)HSL
hsl(161, 88%, 77%)OKLCH
oklch(0.907 0.108 171.1)CMYK
cmyk(42%, 0%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6CA
2#47F3BD
3#22F1AF
4#0EDD9C
5#0CB982
6#099468
7#076F4E
8#054A34
9#02251A
Tints
Lighter variations
1#9CF9DB
2#A7F9DF
3#B2FAE3
4#BDFBE7
5#C8FBEB
6#D3FCEF
7#DEFDF3
8#E9FEF7
9#F4FEFB
Tones
Muted variations
1#96F3D5
2#9BEED3
3#A0E8D2
4#A5E3D0
5#ABDECE
6#B0D9CC
7#B5D4CA
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 #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D36 | 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: #C1FBE9;
--sky-blue-300: #91F8D7;
--sky-blue-400: #57F4C3;
--sky-blue-500: #27F1B1;
--sky-blue-600: #0DD394;
--sky-blue-700: #0BA876;
--sky-blue-800: #087854;
--sky-blue-900: #054D36;
--sky-blue-950: #033022;
}