Sky Blue
#90F9E2
CyanColor Codes
All color formats for development
HEX
#90F9E2RGB
rgb(144, 249, 226)HSL
hsl(167, 90%, 77%)OKLCH
oklch(0.912 0.104 178.1)CMYK
cmyk(42%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7D9
2#45F5CF
3#20F3C5
4#0CE0B2
5#0ABB94
6#089577
7#067059
8#044B3B
9#02251E
Tints
Lighter variations
1#9BFAE5
2#A6FAE8
3#B1FBEB
4#BCFBEE
5#C7FCF1
6#D2FDF4
7#DEFDF6
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#95F4DF
2#9AEFDC
3#9FE9D9
4#A5E4D6
5#AADFD3
6#AFD9D0
7#B5D4CD
8#BACFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3E | 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: #F0FEFB;
--sky-blue-100: #DDFDF6;
--sky-blue-200: #C0FCEF;
--sky-blue-300: #90F9E2;
--sky-blue-400: #55F6D3;
--sky-blue-500: #25F4C7;
--sky-blue-600: #0BD5A9;
--sky-blue-700: #09AA87;
--sky-blue-800: #067960;
--sky-blue-900: #044E3E;
--sky-blue-950: #033027;
}