Sky Blue
#90F9E6
CyanColor Codes
All color formats for development
HEX
#90F9E6RGB
rgb(144, 249, 230)HSL
hsl(169, 90%, 77%)OKLCH
oklch(0.913 0.102 180.9)CMYK
cmyk(42%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7DD
2#45F5D5
3#20F3CC
4#0CE0B9
5#0ABB9A
6#08957B
7#06705C
8#044B3E
9#02251F
Tints
Lighter variations
1#9BFAE8
2#A6FAEB
3#B1FBED
4#BCFBF0
5#C7FCF2
6#D2FDF5
7#DEFDF7
8#E9FEFA
9#F4FEFC
Tones
Muted variations
1#95F4E2
2#9AEFDF
3#9FE9DC
4#A5E4D8
5#AADFD5
6#AFD9D2
7#B5D4CE
8#BACFCB
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF7;
--sky-blue-200: #C0FCF1;
--sky-blue-300: #90F9E6;
--sky-blue-400: #55F6D9;
--sky-blue-500: #25F4CE;
--sky-blue-600: #0BD5B0;
--sky-blue-700: #09AA8C;
--sky-blue-800: #067964;
--sky-blue-900: #044E40;
--sky-blue-950: #033028;
}