Sky Blue
#95F2F4
CyanColor Codes
All color formats for development
HEX
#95F2F4RGB
rgb(149, 242, 244)HSL
hsl(181, 81%, 77%)OKLCH
oklch(0.904 0.089 197.5)CMYK
cmyk(39%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71EEF0
2#4EEAEC
3#2AE5E9
4#16D2D5
5#13AFB2
6#0F8C8E
7#0B696B
8#074647
9#042324
Tints
Lighter variations
1#9FF4F5
2#AAF5F6
3#B5F6F7
4#BFF7F8
5#CAF9F9
6#D5FAFB
7#DFFBFC
8#EAFCFD
9#F4FEFE
Tones
Muted variations
1#9AEEEF
2#9EE9EA
3#A3E4E6
4#A8E0E1
5#ADDBDC
6#B1D7D7
7#B6D2D3
8#BBCECE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE6 #2FE6E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C8 #15C8CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119F #119FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C72 #0C7273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08494A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFBFC;
--sky-blue-200: #C3F8F9;
--sky-blue-300: #95F2F4;
--sky-blue-400: #5DECEE;
--sky-blue-500: #2FE6E9;
--sky-blue-600: #15C8CB;
--sky-blue-700: #119FA2;
--sky-blue-800: #0C7273;
--sky-blue-900: #08494A;
--sky-blue-950: #052D2E;
}