Sky Blue
#95DBF4
BlueColor Codes
All color formats for development
HEX
#95DBF4RGB
rgb(149, 219, 244)HSL
hsl(196, 81%, 77%)OKLCH
oklch(0.854 0.078 222.4)CMYK
cmyk(39%, 10%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71CEF0
2#4EC2EC
3#2AB6E9
4#16A2D5
5#1387B2
6#0F6C8E
7#0B516B
8#073647
9#041B24
Tints
Lighter variations
1#9FDEF5
2#AAE2F6
3#B5E5F7
4#BFE9F8
5#CAEDF9
6#D5F0FB
7#DFF4FC
8#EAF8FD
9#F4FBFE
Tones
Muted variations
1#9AD8EF
2#9ED6EA
3#A3D4E6
4#A8D2E1
5#ADCFDC
6#B1CDD7
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 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DB #95DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC7 #5DC7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB8 #2FB8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159B #159BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117B #117BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C58 #0C5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #08384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | 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: #C3EAF9;
--sky-blue-300: #95DBF4;
--sky-blue-400: #5DC7EE;
--sky-blue-500: #2FB8E9;
--sky-blue-600: #159BCB;
--sky-blue-700: #117BA2;
--sky-blue-800: #0C5873;
--sky-blue-900: #08384A;
--sky-blue-950: #05232E;
}