Sky Blue
#95DCF4
BlueColor Codes
All color formats for development
HEX
#95DCF4RGB
rgb(149, 220, 244)HSL
hsl(195, 81%, 77%)OKLCH
oklch(0.856 0.078 221.2)CMYK
cmyk(39%, 10%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71D0F0
2#4EC5EC
3#2AB9E9
4#16A6D5
5#138AB2
6#0F6E8E
7#0B536B
8#073747
9#041C24
Tints
Lighter variations
1#9FE0F5
2#AAE3F6
3#B5E7F7
4#BFEAF8
5#CAEEF9
6#D5F1FB
7#DFF5FC
8#EAF8FD
9#F4FCFE
Tones
Muted variations
1#9ADAEF
2#9ED7EA
3#A3D5E6
4#A8D3E1
5#ADD0DC
6#B1CED7
7#B6CBD3
8#BBC9CE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBB #2FBBE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159E #159ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117D #117DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5A #0C5A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #08394A | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF4FC;
--sky-blue-200: #C3EBF9;
--sky-blue-300: #95DCF4;
--sky-blue-400: #5DCAEE;
--sky-blue-500: #2FBBE9;
--sky-blue-600: #159ECB;
--sky-blue-700: #117DA2;
--sky-blue-800: #0C5A73;
--sky-blue-900: #08394A;
--sky-blue-950: #05242E;
}