Sky Blue
#91F8F8
CyanColor Codes
All color formats for development
HEX
#91F8F8RGB
rgb(145, 248, 248)HSL
hsl(180, 88%, 77%)OKLCH
oklch(0.917 0.096 195.6)CMYK
cmyk(42%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6F6
2#47F3F3
3#22F1F1
4#0EDDDD
5#0CB9B9
6#099494
7#076F6F
8#054A4A
9#022525
Tints
Lighter variations
1#9CF9F9
2#A7F9F9
3#B2FAFA
4#BDFBFB
5#C8FBFB
6#D3FCFC
7#DEFDFD
8#E9FEFE
9#F4FEFE
Tones
Muted variations
1#96F3F3
2#9BEEEE
3#A0E8E8
4#A5E3E3
5#ABDEDE
6#B0D9D9
7#B5D4D4
8#BACFCF
9#BFCACA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DDFDFD;
--sky-blue-200: #C1FBFB;
--sky-blue-300: #91F8F8;
--sky-blue-400: #57F4F4;
--sky-blue-500: #27F1F1;
--sky-blue-600: #0DD3D3;
--sky-blue-700: #0BA8A8;
--sky-blue-800: #087878;
--sky-blue-900: #054D4D;
--sky-blue-950: #033030;
}