Sky Blue
#91F8DB
GreenColor Codes
All color formats for development
HEX
#91F8DBRGB
rgb(145, 248, 219)HSL
hsl(163, 88%, 77%)OKLCH
oklch(0.908 0.105 173.7)CMYK
cmyk(42%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6CF
2#47F3C2
3#22F1B6
4#0EDDA3
5#0CB988
6#09946C
7#076F51
8#054A36
9#02251B
Tints
Lighter variations
1#9CF9DE
2#A7F9E2
3#B2FAE6
4#BDFBE9
5#C8FBED
6#D3FCF0
7#DEFDF4
8#E9FEF8
9#F4FEFB
Tones
Muted variations
1#96F3D8
2#9BEED6
3#A0E8D4
4#A5E3D2
5#ABDED0
6#B0D9CD
7#B5D4CB
8#BACFC9
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DDFDF4;
--sky-blue-200: #C1FBEA;
--sky-blue-300: #91F8DB;
--sky-blue-400: #57F4C8;
--sky-blue-500: #27F1B8;
--sky-blue-600: #0DD39B;
--sky-blue-700: #0BA87B;
--sky-blue-800: #087858;
--sky-blue-900: #054D38;
--sky-blue-950: #033023;
}