Sky Blue
#95DEF4
CyanColor Codes
All color formats for development
HEX
#95DEF4RGB
rgb(149, 222, 244)HSL
hsl(194, 81%, 77%)OKLCH
oklch(0.86 0.079 218.8)CMYK
cmyk(39%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71D3F0
2#4EC7EC
3#2ABCE9
4#16A9D5
5#138DB2
6#0F708E
7#0B546B
8#073847
9#041C24
Tints
Lighter variations
1#9FE1F5
2#AAE4F6
3#B5E8F7
4#BFEBF8
5#CAEEF9
6#D5F2FB
7#DFF5FC
8#EAF8FD
9#F4FCFE
Tones
Muted variations
1#9ADBEF
2#9ED9EA
3#A3D6E6
4#A8D4E1
5#ADD1DC
6#B1CED7
7#B6CCD3
8#BBC9CE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DE #95DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCC #5DCCEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBE #2FBEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A1 #15A1CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1180 #1180A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5B #0C5B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083A #083A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF5FC;
--sky-blue-200: #C3ECF9;
--sky-blue-300: #95DEF4;
--sky-blue-400: #5DCCEE;
--sky-blue-500: #2FBEE9;
--sky-blue-600: #15A1CB;
--sky-blue-700: #1180A2;
--sky-blue-800: #0C5B73;
--sky-blue-900: #083A4A;
--sky-blue-950: #05252E;
}