Sky Blue
#95CCF4
BlueColor Codes
All color formats for development
HEX
#95CCF4RGB
rgb(149, 204, 244)HSL
hsl(205, 81%, 77%)OKLCH
oklch(0.821 0.08 240.5)CMYK
cmyk(39%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71BBF0
2#4EAAEC
3#2A99E9
4#1686D5
5#136FB2
6#0F598E
7#0B436B
8#072D47
9#041624
Tints
Lighter variations
1#9FD1F5
2#AAD6F6
3#B5DBF7
4#BFE1F8
5#CAE6F9
6#D5EBFB
7#DFF0FC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACBEF
2#9ECBEA
3#A3CAE6
4#A8C9E1
5#ADC8DC
6#B1C8D7
7#B6C7D3
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9C #2F9CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157F #157FCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1165 #1165A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C48 #0C4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFF0FC;
--sky-blue-200: #C3E2F9;
--sky-blue-300: #95CCF4;
--sky-blue-400: #5DB2EE;
--sky-blue-500: #2F9CE9;
--sky-blue-600: #157FCB;
--sky-blue-700: #1165A2;
--sky-blue-800: #0C4873;
--sky-blue-900: #082E4A;
--sky-blue-950: #051D2E;
}