Sky Blue
#7FBFCC
CyanColor Codes
All color formats for development
HEX
#7FBFCCRGB
rgb(127, 191, 204)HSL
hsl(190, 43%, 65%)OKLCH
oklch(0.766 0.068 211.8)CMYK
cmyk(38%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B4C3
2#50A8B9
3#4295A6
4#39808E
5#2F6B77
6#26555F
7#1C4047
8#132B2F
9#091518
Tints
Lighter variations
1#8CC6D1
2#99CCD6
3#A6D2DB
4#B2D9E0
5#BFDFE6
6#CCE6EB
7#D9ECF0
8#E5F2F5
9#F2F9FA
Tones
Muted variations
1#83BDC8
2#87BAC4
3#8BB8C1
4#8FB5BD
5#93B3B9
6#96B0B5
7#9AADB1
8#9EABAD
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD5 #ABD5DE | BordersInactive statesPlaceholder text |
| 400 | 7FBF #7FBFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAD #5BADBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4090 #4090A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3373 #337380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F2F5;
--sky-blue-200: #D0E7EC;
--sky-blue-300: #ABD5DE;
--sky-blue-400: #7FBFCC;
--sky-blue-500: #5BADBE;
--sky-blue-600: #4090A0;
--sky-blue-700: #337380;
--sky-blue-800: #24525B;
--sky-blue-900: #17343A;
--sky-blue-950: #0F2124;
}