Sky Blue
#91F8E3
CyanColor Codes
All color formats for development
HEX
#91F8E3RGB
rgb(145, 248, 227)HSL
hsl(168, 88%, 77%)OKLCH
oklch(0.91 0.101 179.3)CMYK
cmyk(42%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6DA
2#47F3D1
3#22F1C8
4#0EDDB4
5#0CB996
6#099478
7#076F5A
8#054A3C
9#02251E
Tints
Lighter variations
1#9CF9E6
2#A7F9E9
3#B2FAEC
4#BDFBEE
5#C8FBF1
6#D3FCF4
7#DEFDF7
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#96F3E0
2#9BEEDD
3#A0E8DA
4#A5E3D7
5#ABDED4
6#B0D9D1
7#B5D4CE
8#BACFCB
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E3 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DDFDF7;
--sky-blue-200: #C1FBEF;
--sky-blue-300: #91F8E3;
--sky-blue-400: #57F4D5;
--sky-blue-500: #27F1C9;
--sky-blue-600: #0DD3AB;
--sky-blue-700: #0BA888;
--sky-blue-800: #087861;
--sky-blue-900: #054D3E;
--sky-blue-950: #033027;
}